diff --git a/symfony/framework-bundle/3.3/config/packages/framework.yaml b/symfony/framework-bundle/3.3/config/packages/framework.yaml index 51548e47..bdba9270 100644 --- a/symfony/framework-bundle/3.3/config/packages/framework.yaml +++ b/symfony/framework-bundle/3.3/config/packages/framework.yaml @@ -15,9 +15,11 @@ framework: log: true cache: - # app cache uses the filesystem by default. Other options include: + # The app cache caches to the filesystem by default. Other options include: + + # apcu # app: cache.adapter.apcu + # redis # app: cache.adapter.redis - # configure your redis connnection via: # default_redis_provider: redis://localhost