ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • ClassicPress
  • Cache
  • Page 4

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

WP_Object_Cache::__set()

Method: Makes private properties settable for backward compatibility.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::__construct()

Method: Sets up object properties; PHP 5 style constructor.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::__isset()

Method: Makes private properties checkable for backward compatibility.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::__destruct()

Method: Saves the object cache before object is completely destroyed.

Source: wp-includes/cache.php:729

Used by 0 functions | Uses 0 functions

wp_cache_flush()

Function: Removes all cache items.

Source: wp-includes/cache.php:265

Used by 0 functions | Uses 0 functions

wp_cache_get()

Function: Retrieves the cache contents from the cache by key and group.

Source: wp-includes/cache.php:151

Used by 0 functions | Uses 0 functions

wp_cache_incr()

Function: Increments numeric cache item’s value.

Source: wp-includes/cache.php:229

Used by 0 functions | Uses 0 functions

wp_cache_init()

Function: Sets up Object Cache Global and assigns it.

Source: wp-includes/cache.php:21

Used by 0 functions | Uses 0 functions

wp_cache_replace()

Function: Replaces the contents of the cache with new data.

Source: wp-includes/cache.php:84

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