Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
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: null