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 b04c371 commit ff3e540Copy full SHA for ff3e540
ArrayCachePool.php
@@ -16,10 +16,8 @@
16
use Cache\Adapter\Common\PhpCacheItem;
17
use Cache\Hierarchy\HierarchicalCachePoolTrait;
18
use Cache\Hierarchy\HierarchicalPoolInterface;
19
-use Cache\Taggable\TaggableItemInterface;
20
use Cache\Taggable\TaggablePoolInterface;
21
use Cache\Taggable\TaggablePoolTrait;
22
-use Psr\Cache\CacheItemInterface;
23
24
/**
25
* Array cache pool. You could set a limit of how many items you want to be stored to avoid memory leaks.
0 commit comments