8000 updated link · symfony/symfony-docs@f59c055 · GitHub
[go: up one dir, main page]

Skip to content

Commit f59c055

Browse files
Nyholmjaviereguiluz
authored andcommitted
updated link
1 parent a5475f8 commit f59c055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/cache/psr6_psr16_adapters.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Adapters For Interoperability between PSR-6 and PSR-16 Cache
77
============================================================
88

9-
Sometimes, you may have a Cache object that implements the :ref:`PSR-16 <cache-component-psr16-caching>`
9+
Sometimes, you may have a Cache object that implements the `PSR-16`_
1010
standard, but need to pass it to an object that expects a :ref:`PSR-6 <cache-component-psr6-caching>`
1111
cache adapter. Or, you might have the opposite situation. The cache component contains
1212
two classes for bidirectional interoperability between PSR-6 and PSR-16 caches.
@@ -84,3 +84,5 @@ this use-case::
8484

8585
// now use this wherever you want
8686
$githubApiClient = new GitHubApiClient($psr16Cache);
87+
88+
.. _`PSR-16`: http://www.php-fig.org/psr/psr-16/

0 commit comments

Comments
 (0)
0