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 a153a94 commit 0c7e79cCopy full SHA for 0c7e79c
README.md
@@ -20,8 +20,8 @@ composer require cache/prefixed-cache
20
### Use
21
22
```php
23
-$hierarchyPool = new RedisCachePool($client);
24
-$prefixedPool = new PrefixedCachePool($hierarchyPool, 'acme');
+$anyPSR6Pool = new RedisCachePool($client);
+$prefixedPool = new PrefixedCachePool($anyPSR6Pool, 'acme');
25
```
26
27
### Contribute
0 commit comments