Used By
Used By | Description |
---|---|
wp-includes/class-wp-object-cache.php: WP_Object_Cache::decr() | Decrements numeric cache item’s value. |
wp-includes/class-wp-object-cache.php: WP_Object_Cache::delete() | Removes the contents of the cache key in the group. |
wp-includes/class-wp-object-cache.php: WP_Object_Cache::get() | Retrieves the cache contents, if it exists. |
wp-includes/class-wp-object-cache.php: WP_Object_Cache::incr() | Increments numeric cache item’s value. |
wp-includes/class-wp-object-cache.php: WP_Object_Cache::replace() | Replaces the contents in the cache, if contents already exist. |
wp-includes/class-wp-object-cache.php: WP_Object_Cache::add() | Adds data to the cache if it doesn’t already exist. |