Skip to content

Commit b3d67b9

Browse files
committed
syntax
1 parent 8842729 commit b3d67b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cache.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ The Cache component comes with a series of adapters already created:
6969

7070
* :doc:`ChainAdapter </components/cache/adapters/chain_adapter>`
7171
* :doc:`ProxyAdapter </components/cache/adapters/proxy_adapter>`
72-
* cache.adapter.psr6
72+
* ``cache.adapter.psr6``
7373

74-
* cache.adapter.system
75-
* NullAdapter
74+
* ``cache.adapter.system``
75+
* ``NullAdapter``
7676

7777
Some of these adapters could be configured via shortcuts. Using these shortcuts
7878
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
182182
all values. You can also group your pools into "cache clearers". There are 3 cache
183183
clearer by default:
184184

185-
* cache.global_clearer
186-
* cache.system_clearer
187-
* cache.app_clearer
185+
* ``cache.global_clearer``
186+
* ``cache.system_clearer``
187+
* ``cache.app_clearer``
188188

189189
The global clearer clears all the cache in every pool. The system cache clearer
190190
is used in the ``bin/console cache:clear`` command. The app clearer is the default

0 commit comments

Comments
 (0)