8000
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 a5475f8 commit f59c055Copy full SHA for f59c055
components/cache/psr6_psr16_adapters.rst
@@ -6,7 +6,7 @@
6
Adapters For Interoperability between PSR-6 and PSR-16 Cache
7
============================================================
8
9
-Sometimes, you may have a Cache object that implements the :ref:`PSR-16 <cache-component-psr16-caching>`
+Sometimes, you may have a Cache object that implements the `PSR-16`_
10
standard, but need to pass it to an object that expects a :ref:`PSR-6 <cache-component-psr6-caching>`
11
cache adapter. Or, you might have the opposite situation. The cache component contains
12
two classes for bidirectional interoperability between PSR-6 and PSR-16 caches.
@@ -84,3 +84,5 @@ this use-case::
84
85
// now use this wherever you want
86
$githubApiClient = new GitHubApiClient($psr16Cache);
87
+
88
+.. _`PSR-16`: http://www.php-fig.org/psr/psr-16/
0 commit comments