eZ\Bundle\EzPublishCoreBundle\HttpCache::createStore PHP Метод

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

protected createStore ( )
    protected function createStore()
    {
        return new LocationAwareStore($this->cacheDir ?: $this->kernel->getCacheDir() . '/http_cache');
    }