Contents ../ lithium\storage\cache\Adapter::clear() public method Clears entire cache by flushing it. All cache keys using the configuration but without honoring the scope are removed. Returns boolean true on successful clearing, false if failed partially or entirely. Source public function clear() { return false; }