ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • ClassicPress
  • Cache
  • Page 4

WP_Object_Cache::add_global_groups()

Method: Sets the list of global cache groups.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::decr()

Method: Decrements numeric cache item’s value.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::delete()

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

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::flush()

Method: Clears the object cache of all data.

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

Used by 0 functions | Uses 0 functions

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_cache_set()

Function: Saves the data to the cache.

Source: wp-includes/cache.php:108

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
« Previous 1 … 3 4 5 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy