Uses
| Uses | Description |
|---|---|
| wp-includes/class-wp-object-cache.php: WP_Object_Cache::_exists() | Serves as a utility function to determine whether a key exists in the cache. |
| wp-includes/class-wp-object-cache.php: WP_Object_Cache::set() | Sets the data contents into the cache. |
| wp-includes/functions.php: wp_suspend_cache_addition() | Temporarily suspend cache additions. |