File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ The Cache component comes with a series of adapters already created:
69
69
70
70
* :doc: `ChainAdapter </components/cache/adapters/chain_adapter >`
71
71
* :doc: `ProxyAdapter </components/cache/adapters/proxy_adapter >`
72
- * cache.adapter.psr6
72
+ * `` cache.adapter.psr6 ``
73
73
74
- * cache.adapter.system
75
- * NullAdapter
74
+ * `` cache.adapter.system ``
75
+ * `` NullAdapter ``
76
76
77
77
Some of these adapters could be configured via shortcuts. Using these shortcuts
78
78
will create pool with service id of ``cache.[type] ``
@@ -182,9 +182,9 @@ That will remove all the entries from your storage and you wil have to recalcuat
182
182
all values. You can also group your pools into "cache clearers". There are 3 cache
183
183
clearer by default:
184
184
185
- * cache.global_clearer
186
- * cache.system_clearer
187
- * cache.app_clearer
185
+ * `` cache.global_clearer ``
186
+ * `` cache.system_clearer ``
187
+ * `` cache.app_clearer ``
188
188
189
189
The global clearer clears all the cache in every pool. The system cache clearer
190
190
is used in the ``bin/console cache:clear `` command. The app clearer is the default
You can’t perform that action at this time.
0 commit comments