We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1ae47 commit c1d5930Copy full SHA for c1d5930
1 file changed
NamespacedCachePool.php
@@ -13,15 +13,14 @@
13
14
use Cache\Hierarchy\HierarchicalPoolInterface;
15
use Psr\Cache\CacheItemInterface;
16
-use Psr\Cache\CacheItemPoolInterface;
17
18
/**
19
* Prefix all the stored items with a namespace. Also make sure you can clear all items
20
* in that namespace.
21
*
22
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
23
*/
24
-class NamespacedCachePool implements CacheItemPoolInterface
+class NamespacedCachePool implements HierarchicalPoolInterface
25
{
26
27
* @type HierarchicalPoolInterface
0 commit comments