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.
-
Makes private properties checkable for backward compatibility.
-
Makes private properties un-settable for backward compatibility.
-
methodWP_Object_Cache::__get()
Makes private properties readable for backward compatibility.
-
methodWP_Object_Cache::__set()
Makes private properties settable for backward compatibility.
-
methodWP_Object_Cache::stats()
Echoes the stats of the caching.
-
Switches the internal blog ID.
-
Serves as a utility function to determine whether a key exists in the cache.
-
methodWP_Object_Cache::decr()
Decrements numeric cache item’s value.
-
Sets up object properties; PHP 5 style constructor.
-
Removes the contents of the cache key in the group.
-
methodWP_Object_Cache::flush()
Clears the object cache of all data.
-
methodWP_Object_Cache::get()
Retrieves the cache contents, if it exists.
-
methodWP_Object_Cache::incr()
Increments numeric cache item’s value.
-
Replaces the contents in the cache, if contents already exist.
-
methodWP_Object_Cache::reset()
Resets cache keys.
-
methodWP_Object_Cache::set()
Sets the data contents into the cache.
-
classWP_Object_Cache
Core class that implements an object cache.
-
methodWP_Object_Cache::add()
Adds data to the cache if it doesn’t already exist.
-
Sets the list of global cache groups.