Removing uncessary caches

This commit is contained in:
Aaron Scherer
2017-10-20 11:09:20 -07:00
parent 31488e6448
commit 55cc62c969
2 changed files with 1 additions and 23 deletions
-19
View File
@@ -12,22 +12,3 @@ cache:
enabled: "%env(bool:APP_DEBUG)%"
logger: "logger"
level: "info"
annotation:
enabled: "%env(bool:ANNOTATION_CACHE_ENABLED)%"
service_id: "cache.provider.default"
use_tagging: true
serializer:
enabled: "%env(bool:SERIALIZER_CACHE_ENABLED)%"
service_id: "cache.provider.default"
use_tagging: true
validation:
enabled: "%env(bool:VALIDATION_CACHE_ENABLED)%"
service_id: "cache.provider.default"
use_tagging: true
framework:
annotations:
cache: 'cache.service.annotation'
validation:
cache: 'cache.service.validation'
+1 -4
View File
@@ -7,9 +7,6 @@
},
"env": {
"SESSION_CACHE_ENABLED": "true",
"ROUTER_CACHE_ENABLED": "true",
"ANNOTATION_CACHE_ENABLED": "true",
"SERIALIZER_CACHE_ENABLED": "true",
"VALIDATION_CACHE_ENABLED": "true"
"ROUTER_CACHE_ENABLED": "false"
}
}