Skip to content

Commit c1d5930

Browse files
committed
Namespaced pool should implement HierarchicalPool
Fix Prefixed pool property annotation Fix #105
1 parent 8f1ae47 commit c1d5930

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

NamespacedCachePool.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313

1414
use Cache\Hierarchy\HierarchicalPoolInterface;
1515
use Psr\Cache\CacheItemInterface;
16-
use Psr\Cache\CacheItemPoolInterface;
1716

1817
/**
1918
* Prefix all the stored items with a namespace. Also make sure you can clear all items
2019
* in that namespace.
2120
*
2221
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
2322
*/
24-
class NamespacedCachePool implements CacheItemPoolInterface
23+
class NamespacedCachePool implements HierarchicalPoolInterface
2524
{
2625
/**
2726
* @type HierarchicalPoolInterface

0 commit comments

Comments
 (0)