Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_cache_reset [ WordPress Function ]

wp_cache_reset ( No parameters )
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.

Source


<?php
function wp_cache_reset() {
    global 
$wp_object_cache;

    return 
$wp_object_cache->reset();
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics