@@ -13,10 +13,7 @@ |
||
| 13 | 13 | namespace Apix\SimpleCache\PsrSimpleCache; |
| 14 | 14 | |
| 15 | 15 | use Apix\Cache\Adapter as CacheAdapter; |
| 16 | -use Psr\Cache\CacheItemInterface as ItemInterface; |
|
| 17 | 16 | use Psr\Cache\CacheItemPoolInterface as CacheItemPool; |
| 18 | -use Psr\Cache\InvalidArgumentException as CacheInvalidArgumentException; |
|
| 19 | - |
|
| 20 | 17 | use Apix\Cache\PsrCache\Item as CacheItem; |
| 21 | 18 | |
| 22 | 19 | class TaggablePool extends Pool |