File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 99 * with this source code in the file LICENSE.
1010 */
1111
12-
1312namespace Cache \Encryption ;
1413
1514use Cache \Adapter \Common \PhpCachePool ;
16- use Cache \Adapter \Common \TagAwarePool ;
1715use Defuse \Crypto \Key ;
1816use Psr \Cache \CacheItemInterface ;
19- use Psr \Cache \CacheItemPoolInterface ;
20- use Psr \Cache \InvalidArgumentException ;
2117
2218/**
2319 * Wrapps a CacheItemInterface with EncryptedItemDecorator.
Original file line number Diff line number Diff line change 1212namespace Cache \Encryption ;
1313
1414use Cache \Adapter \Common \PhpCacheItem ;
15- use Cache \Taggable \TaggableItemInterface ;
1615use Defuse \Crypto \Crypto ;
1716use Defuse \Crypto \Key ;
1817use Psr \Cache \CacheItemInterface ;
19- use Psr \Cache \InvalidArgumentException ;
2018
2119/**
2220 * Encrypt and Decrypt all the stored items.
You can’t perform that action at this time.
0 commit comments