LdapTools\Cache\DoctrineCache::getCache PHP 메소드

getCache() 보호된 메소드

protected getCache ( ) : FileSystemCache
리턴 FileSystemCache
    protected function getCache()
    {
        if (!$this->cache) {
            $this->cache = new FilesystemCache($this->cacheFolder);
        }
        return $this->cache;
    }