ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • ClassicPress
  • Cache

wp_cache_flush_runtime()

Function: Removes all cache items from the in-memory runtime cache.

Source: wp-includes/cache.php:280

Used by 0 functions | Uses 0 functions

wp_cache_add_multiple()

Function: Adds multiple values to the cache in one call.

Source: wp-includes/cache.php:62

Used by 0 functions | Uses 0 functions

wp_cache_set_multiple()

Function: Sets multiple values to the cache in one call.

Source: wp-includes/cache.php:129

Used by 0 functions | Uses 0 functions

wp_cache_get_multiple()

Function: Retrieves multiple values from the cache in one call.

Source: wp-includes/cache.php:172

Used by 0 functions | Uses 0 functions

wp_cache_delete_multiple()

Function: Deletes multiple values from the cache in one call.

Source: wp-includes/cache.php:209

Used by 0 functions | Uses 0 functions

WP_Object_Cache::set_multiple()

Method: Sets multiple values to the cache in one call.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::get_multiple()

Method: Retrieves multiple values from the cache in one call.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::delete_multiple()

Method: Deletes multiple values from the cache in one call.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::flush_group()

Method: Removes all cache items in a group.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::is_valid_key()

Method: Serves as a utility function to determine whether a key is valid.

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

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