ClassicPress logo
Skip to content
Filter by type:

Browse:

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

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

WP_Object_Cache::add_multiple()

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

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

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::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
1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy