• About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register
WordPress.org
WordPress.org
  • Plugins
  • Themes
  • Patterns
  • Learn
  • Support
    • Documentation
    • Forums
  • News
  • About
  • Get Involved
    • Five for the Future
  • Showcase
  • Mobile
  • Hosting
  • Openverse
  • Get WordPress
Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Reference / 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:397

Used by 1 function | Uses 1 function

WP_Object_Cache::add_multiple()

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

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

Used by 1 function | Uses 1 function

WP_Object_Cache::set_multiple()

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

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

Used by 1 function | Uses 1 function

WP_Object_Cache::get_multiple()

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

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

Used by 1 function | Uses 1 function

WP_Object_Cache::__isset()

Method: Makes private properties checkable for backward compatibility.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::__unset()

Method: Makes private properties un-settable for backward compatibility.

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

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:92

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:105

Used by 0 functions | Uses 0 functions

WP_Object_Cache::reset()

Method: Resets cache keys.

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

Used by 1 function | Uses 1 function

WP_Object_Cache::set()

Method: Sets the data contents into the cache.

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

Used by 4 functions | Uses 0 functions

WP_Object_Cache::stats()

Method: Echoes the stats of the caching.

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

Used by 0 functions | Uses 1 function

WP_Object_Cache::switch_to_blog()

Method: Switches the internal blog ID.

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

Used by 1 function | 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:141

Used by 6 functions | Uses 0 functions

WP_Object_Cache::decr()

Method: Decrements numeric cache item’s value.

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

Used by 1 function | Uses 1 function

WP_Object_Cache::__construct()

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

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

Used by 1 function | Uses 2 functions

WP_Object_Cache::delete()

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

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

Used by 2 functions | Uses 1 function

WP_Object_Cache::flush()

Method: Clears the object cache of all data.

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

Used by 1 function | Uses 0 functions

WP_Object_Cache::get()

Method: Retrieves the cache contents, if it exists.

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

Used by 2 functions | Uses 1 function

WP_Object_Cache::incr()

Method: Increments numeric cache item’s value.

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

Used by 1 function | Uses 1 function

WP_Object_Cache::replace()

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

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

Used by 1 function | Uses 2 functions

WP_Object_Cache

Class: Core class that implements an object cache.

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

Used by 0 functions | Uses 0 functions

WP_Object_Cache::add()

Method: Adds data to the cache if it doesn’t already exist.

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

Used by 2 functions | Uses 3 functions

WP_Object_Cache::add_global_groups()

Method: Sets the list of global cache groups.

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

Used by 1 function | Uses 0 functions
  • About
  • News
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
Code is Poetry