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;
    }