Cachearium\Backend\CacheFilesystem::clear PHP Метод

clear() публичный Метод

(non-PHPdoc)
См. также: Cachearium\CacheAbstract::clear()
public clear ( )
    public function clear()
    {
        if ($this->cache) {
            $this->cache->clean();
        }
        return true;
    }