Cachearium\Backend\CacheFilesystem::clear PHP Method

clear() public method

(non-PHPdoc)
See also: Cachearium\CacheAbstract::clear()
public clear ( )
    public function clear()
    {
        if ($this->cache) {
            $this->cache->clean();
        }
        return true;
    }