We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea96c5 commit 02367ebCopy full SHA for 02367eb
tests/Functional/config/cache_symfony.yml
@@ -1,22 +1,5 @@
1
framework:
2
cache:
3
- # Put the unique name of your app here: the prefix seed
4
- # is used to compute stable namespaces for cache keys.
5
- #prefix_seed: your_vendor_name/app_name
6
-
7
- # The app cache caches to the filesystem by default.
8
- # Other options include:
9
10
- # Redis
11
- #app: cache.adapter.redis
12
- #default_redis_provider: redis://localhost
13
14
- # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
15
- #app: cache.adapter.apcu
16
17
- # Namespaced pools use the above "app" backend by default
18
- #pools:
19
- #my.dedicated.cache: ~
20
app: cache.adapter.filesystem
21
system: cache.adapter.system
22
pools:
0 commit comments