Lndj\Lcrawl::getCache PHP 메소드

getCache() 공개 메소드

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