File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 66Adapters 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 `_
1010standard, but need to pass it to an object that expects a :ref: `PSR-6 <cache-component-psr6-caching >`
1111cache adapter. Or, you might have the opposite situation. The cache component contains
1212two 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/
You can’t perform that action at this time.
0 commit comments