wp_cache_reset [ WordPress Function ]
| Defined at: |
|
Reset internal cache keys and structures. If the cache backend uses global blog or site IDs as part of its cache keys, this function instructs the backend to reset those keys and perform any cleanup since blog or site IDs have changed since cache init.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- <?php /** * Object Cache API * * @link http://codex.wordpress.org ...
@since 2.6.0 */ function wp_cache_reset() { global $wp_object_cache; return $ wp_object_cache->reset(); } /** * WordPress Object Cache * * The WordPress ...
core.svn.wordpress.org - #14992 (When Object Caching is enabled switch_to_blog causes ...
... replaced with wp_start_object_cache() and the different cache providers correctly implement a wp_cache_reset() function that handles the reset accordingly, ...
core.trac.wordpress.org - wp_start_object_cache (WordPress Function) - WPSeek.com
first_init && function_exists('wp_cache_reset') ) wp_cache_reset(); else wp_cache_init(); if ( function_exists( 'wp_cache_add_global_groups' ) ) { ...
wpseek.com - PHPXRef 0.7 : WordPress : Detail view of cache.php
wp_cache_replace() wp_cache_set() wp_cache_add_global_groups() wp_cache_add_non_persistent_groups() wp_cache_reset(). Class: WP_Object_Cache ...
phpxref.ftwr.co.uk