GF_Cache
Notes:
-
The WordPress Transients API does not support boolean values so boolean values should be converted to integers or arrays before setting the values as persistent.
-
The transients API only deletes the transient from the database when the transient is accessed after it has expired. WordPress doesn't do any garbage collection of transients.
Source: common.php:8708
Details
- Kind:
class - Namespace:
(global)
Methods
No documented public methods found.