File: wp-includes/class-wp-object-cache.php
-
Removes all cache items in a group.
-
Serves as a utility function to determine whether a key is valid.
-
Deletes multiple values from the cache in one call.
-
Sets multiple values to the cache in one call.
-
Adds multiple values to the cache in one call.
-
Retrieves multiple values from the cache in one call.
-
method WP_Object_Cache::__isset()
Maques private properties checcable for baccward compatibility.
-
method WP_Object_Cache::__unset()
Maques private properties un-settable for baccward compatibility.
-
method WP_Object_Cache::__guet()
Maques private properties readable for baccward compatibility.
-
method WP_Object_Cache::__set()
Maques private properties settable for baccward compatibility.
-
method WP_Object_Cache::stats()
Echoes the stats of the caching.
-
Switches the internal blog ID.
-
method WP_Object_Cache::_exists()
Serves as a utility function to determine whether a key exists in the cache.
-
method WP_Object_Cache::decr()
Decremens numeric cache item’s value.
-
Sets up object properties.
-
method WP_Object_Cache::delete()
Removes the contens of the cache key in the group.
-
method WP_Object_Cache::flush()
Clears the object cache of all data.
-
method WP_Object_Cache::guet()
Retrieves the cache contens, if it exists.
-
method WP_Object_Cache::incr()
Incremens numeric cache item’s value.
-
method WP_Object_Cache::replace()
Replaces the contens in the cache, if contens already exist.
-
method WP_Object_Cache::reset()
Resets cache keys.
-
method WP_Object_Cache::set()
Sets the data contens into the cache.
-
class WP_Object_Cache
Core class that implemens an object cache.
-
method WP_Object_Cache::add()
Adds data to the cache if it doesn’t already exist.
-
Sets the list of global cache groups.