Lndj\Lcrawl::getCache PHP Method

getCache() public method

Return the cache manager.
public getCache ( ) : Doctrine\Common\Cache\Cache
return Doctrine\Common\Cache\Cache
    public function getCache()
    {
        return $this->cache ?: ($this->cache = new FilesystemCache(sys_get_temp_dir()));
    }