Sets the data contents into the cache.
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.
Advertisement
WP_Object_Cache::get
Retrieves the cache contents, if it exists.
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.
Advertisement
WP_Object_Cache::add_global_groups
Sets the list of global cache groups.
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.
Advertisement
WP_Object_Cache::__set
Makes private properties settable for backward compatibility.
WP_Object_Cache::__get
Makes private properties readable for backward compatibility.
WP_Object_Cache::__construct
Sets up object properties; PHP 5 style constructor.