ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wp-object-cache.php
  • Page 2

WP_Object_Cache::get()

Method: Retrieves the cache contents, if it exists.

Source: wp-includes/class-wp-object-cache.php:363

Used by 0 functions | Uses 0 functions

WP_Object_Cache::incr()

Method: Increments numeric cache item’s value.

Source: wp-includes/class-wp-object-cache.php:477

Used by 0 functions | Uses 0 functions

WP_Object_Cache::replace()

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

Source: wp-includes/class-wp-object-cache.php:260

Used by 0 functions | Uses 0 functions

WP_Object_Cache::reset()

Method: Resets cache keys.

Source: wp-includes/class-wp-object-cache.php:615

Used by 0 functions | Uses 0 functions

WP_Object_Cache::set()

Method: Sets the data contents into the cache.

Source: wp-includes/class-wp-object-cache.php:302

Used by 0 functions | Uses 0 functions

WP_Object_Cache::stats()

Method: Echoes the stats of the caching.

Source: wp-includes/class-wp-object-cache.php:634

Used by 0 functions | Uses 0 functions

WP_Object_Cache

Class: Core class that implements an object cache.

Source: wp-includes/class-wp-object-cache.php:25

Used by 0 functions | Uses 0 functions

WP_Object_Cache::switch_to_blog()

Method: Switches the internal blog ID.

Source: wp-includes/class-wp-object-cache.php:602

Used by 0 functions | Uses 0 functions

WP_Object_Cache::__get()

Method: Makes private properties readable for backward compatibility.

Source: wp-includes/class-wp-object-cache.php:93

Used by 0 functions | Uses 0 functions

WP_Object_Cache::_exists()

Method: Serves as a utility function to determine whether a key exists in the cache.

Source: wp-includes/class-wp-object-cache.php:179

Used by 0 functions | Uses 0 functions
« Previous 1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy