lithium\storage\cache\Adapter::clear PHP Method

clear() public method

Clears entire cache by flushing it. All cache keys using the configuration but *without* honoring the scope are removed.
public clear ( ) : boolean
return boolean `true` on successful clearing, `false` if failed partially or entirely.
    public function clear()
    {
        return false;
    }