ClassicPress logo
Skip to content
Filter by type:
Browse: Home / wp-includes/cache.php

WP_Object_Cache::replace()

Method: Replaces the contents in the cache, if contents already exist.

Source: wp-includes/cache.php:590

Used by 1 function | Uses 2 functions

WP_Object_Cache::__unset()

Method: Makes private properties un-settable for backward compatibility.

Source: wp-includes/cache.php:382

Used by 0 functions | Uses 0 functions

WP_Object_Cache::add()

Method: Adds data to the cache if it doesn’t already exist.

Source: wp-includes/cache.php:401

Used by 1 function | Uses 3 functions

WP_Object_Cache::add_global_groups()

Method: Sets the list of global cache groups.

Source: wp-includes/cache.php:425

Used by 1 function | Uses 0 functions

WP_Object_Cache::decr()

Method: Decrements numeric cache item’s value.

Source: wp-includes/cache.php:442

Used by 1 function | Uses 1 function

WP_Object_Cache::delete()

Method: Removes the contents of the cache key in the group.

Source: wp-includes/cache.php:477

Used by 1 function | Uses 1 function

WP_Object_Cache::flush()

Method: Clears the object cache of all data.

Source: wp-includes/cache.php:498

Used by 1 function | Uses 0 functions

WP_Object_Cache::get()

Method: Retrieves the cache contents, if it exists.

Source: wp-includes/cache.php:523

Used by 1 function | Uses 1 function

WP_Object_Cache::incr()

Method: Increments numeric cache item’s value.

Source: wp-includes/cache.php:554

Used by 1 function | Uses 1 function

WP_Object_Cache::__isset()

Method: Makes private properties checkable for backward compatibility.

Source: wp-includes/cache.php:371

Used by 0 functions | Uses 0 functions
1 2 … 4 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy