LdapTools\Cache\StashCache::getPool PHP Метод

getPool() защищенный Метод

protected getPool ( ) : Pool
Результат Stash\Pool
    protected function getPool()
    {
        if (!$this->pool) {
            $this->pool = new Pool(new FileSystem(['path' => $this->cacheFolder]));
        }
        return $this->pool;
    }