flush.php 107 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php function wp_cache_flush() { global $wp_object_cache; return $wp_object_cache->flush(); } ?>