Serves as a utility function to determine whether a key exists in the cache.
WP_Object_Cache::stats
Echoes the stats of the caching.
WP_Object_Cache::switch_to_blog
Switches the internal blog ID.
WP_Object_Cache::set
Sets the data contents into the cache.
Advertisement
WP_Object_Cache::reset
Resets cache keys.
WP_Object_Cache::replace
Replaces the contents in the cache, if contents already exist.
WP_Object_Cache::incr
Increments numeric cache item’s value.
WP_Object_Cache::get
Retrieves the cache contents, if it exists.
Advertisement
WP_Object_Cache::flush
Clears the object cache of all data.
WP_Object_Cache::delete
Removes the contents of the cache key in the group.
WP_Object_Cache::decr
Decrements numeric cache item’s value.
WP_Object_Cache::add_global_groups
Sets the list of global cache groups.
Advertisement
WP_Object_Cache::add
Adds data to the cache if it doesn’t already exist.
WP_Object_Cache::__unset
Makes private properties un-settable for backward compatibility.
WP_Object_Cache::__isset
Makes private properties checkable for backward compatibility.