LdapTools\Cache\DoctrineCache::getCache PHP Méthode

getCache() protected méthode

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