We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a9a89 commit 42fc324Copy full SHA for 42fc324
CacheItemPool.php
@@ -4,7 +4,6 @@
4
5
use Exception;
6
use Psr\Cache\{CacheItemInterface, CacheItemPoolInterface};
7
-use Psr\SimpleCache\CacheInterface;
8
use function Koded\Stdlib\now;
9
10
abstract class CacheItemPool implements CacheItemPoolInterface
README.md
@@ -59,7 +59,7 @@ Please see the README in that repository for the specific arguments.
59
You can grab the cache client if you want to use it directly
60
61
```php
62
-/** $var Psr\SimpleCache\CacheInterface $client */
+/** $var Koded\Caching\Cache $client */
63
$client = $cache->client();
64
```
65
0 commit comments