Skip to content

Commit

Permalink
Merge branch '7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jan 30, 2019
2 parents 90ae3ed + eb48d75 commit 2fd89b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eZ/Bundle/EzPublishCoreBundle/Resources/config/cache.yml
Expand Up @@ -2,10 +2,9 @@ parameters:
ezpublish.cache_pool.factory.class: eZ\Bundle\EzPublishCoreBundle\ApiLoader\CacheFactory

services:
# Parameter %ezpublish.cache_pool.class% and cache decorator service are defined
# in Core configuration, see eZ/Publish/Core/settings/storage_engines/cache.yml for details
ezpublish.cache_pool:
class: "%ezpublish.cache_pool.class%"
# As we support custom TagAware services, we set class as interface here so lazy class is "correct"
class: Symfony\Component\Cache\Adapter\TagAwareAdapterInterface
lazy: true
factory: ["@ezpublish.cache_pool.factory", getCachePool]
arguments: ["@ezpublish.config.resolver"]
Expand Down

0 comments on commit 2fd89b1

Please sign in to comment.