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 e311c72 commit 0d3a3daCopy full SHA for 0d3a3da
EncryptedCachePool.php
@@ -13,12 +13,8 @@
13
14
use Cache\Adapter\Common\PhpCacheItem;
15
use Cache\Adapter\Common\PhpCachePool;
16
-use Cache\TagInterop\TaggableCacheItemInterface;
17
-use Cache\Taggable\TaggablePSR6PoolAdapter;
18
-use Cache\TagInterop\TaggableCacheItemPoolInterface;
19
use Defuse\Crypto\Key;
20
use Psr\Cache\CacheItemInterface;
21
-use Psr\Cache\CacheItemPoolInterface;
22
use Psr\Cache\InvalidArgumentException;
23
24
/**
EncryptedItemDecorator.php
@@ -12,7 +12,6 @@
12
namespace Cache\Encryption;
use Defuse\Crypto\Crypto;
0 commit comments