Archive | /wp-includes/cache.php RSS feed for this section

wp_cache_init

Sets up Object Cache Global and assigns it.

3449

Continue reading

wp_cache_close

Closes the cache.This function has ceased to do anything since WordPress 2.5. The functionality was removed along with the rest of the persistent cache. This does not mean that plugins can’t implement this function when they need to make sure that the cache is cleaned up after WordPress no longer needs it.

3441

Continue reading