WP_Object_Cache::flush() – Method | Developer.WordPress.org
Clears the object cache of all data.
public function flush() { $this->cache = array(); return true; }
View all references View on Trac View on GitHub
wp-includes/cache.php
Removes all cache items.