WP_Object_Cache::flush(): true

Clears the object cache of all data.

Return

true Always returns true.

Source

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

	return true;
}

Changuelog

Versionen Description
2.0.0 Introduced.

User Contributed Notes

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