diff --git a/symfony/framework-bundle/3.3/config/packages/framework.yaml b/symfony/framework-bundle/3.3/config/packages/framework.yaml index 1f9ba07b..0fd7f196 100644 --- a/symfony/framework-bundle/3.3/config/packages/framework.yaml +++ b/symfony/framework-bundle/3.3/config/packages/framework.yaml @@ -13,3 +13,13 @@ framework: #fragments: ~ php_errors: log: true + + cache: + # The app cache caches to the filesystem by default. Other options include: + + # apcu + # app: cache.adapter.apcu + + # redis + # app: cache.adapter.redis + # default_redis_provider: redis://localhost