eZ\Bundle\EzPublishCoreBundle\HttpCache::createStore PHP Method

createStore() protected method

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