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 8b1d3d9 commit 6d51f93Copy full SHA for 6d51f93
components/cache.rst
@@ -46,8 +46,8 @@ This component includes *two* different approaches to caching:
46
Doctrine caches. See :doc:`/components/cache/psr6_psr16_adapters` and
47
:doc:`/components/cache/adapters/doctrine_adapter`.
48
49
-Cache Contract
50
---------------
+Cache Contracts
+---------------
51
52
All adapters supports the Cache Contract. It contains only two methods; ``get`` and
53
``delete``. The first thing you need is to instantiate a cache adapter. The
0 commit comments