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 6
6
Adapters For Interoperability between PSR-6 and PSR-16 Cache
7
7
============================================================
8
8
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 `_
10
10
standard, but need to pass it to an object that expects a :ref: `PSR-6 <cache-component-psr6-caching >`
11
11
cache adapter. Or, you might have the opposite situation. The cache component contains
12
12
two classes for bidirectional interoperability between PSR-6 and PSR-16 caches.
@@ -84,3 +84,5 @@ this use-case::
84
84
85
85
// now use this wherever you want
86
86
$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