Skip to content

Commit 02367eb

Browse files
ruano-anorkunas
andauthored
Update tests/Functional/config/cache_symfony.yml
Co-authored-by: Tomas Norkūnas <[email protected]>
1 parent 7ea96c5 commit 02367eb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tests/Functional/config/cache_symfony.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
framework:
22
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: ~
203
app: cache.adapter.filesystem
214
system: cache.adapter.system
225
pools:

0 commit comments

Comments
 (0)