WP_Object_Cache::flush(): true

In this article

Clears the object cache of all data.

Return

true Always returns true.

Source

public function flush() {
	$this->cache = array();

	return true;
}

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.