File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
use Psr \SimpleCache \CacheInterface ;
16
16
use Symfony \Component \Cache \CacheItem ;
17
17
use Symfony \Component \Cache \Exception \InvalidArgumentException ;
18
- use Symfony \Component \Cache \Traits \AbstractTrait ;
19
18
use Symfony \Component \Cache \ResettableInterface ;
19
+ use Symfony \Component \Cache \Traits \AbstractTrait ;
20
20
21
21
/**
22
22
* @author Nicolas Grekas <p@tchwork.com>
Original file line number Diff line number Diff line change 13
13
14
14
use Psr \SimpleCache \CacheInterface ;
15
15
use Symfony \Component \Cache \Exception \InvalidArgumentException ;
16
- use Symfony \Component \Cache \Traits \PhpArrayTrait ;
17
16
use Symfony \Component \Cache \PruneableInterface ;
18
17
use Symfony \Component \Cache \ResettableInterface ;
18
+ use Symfony \Component \Cache \Traits \PhpArrayTrait ;
19
19
20
20
/**
21
21
* Caches items at warm up time using a PHP array that is stored in shared memory by OPCache since PHP 7.0.
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Cache \Simple ;
13
13
14
- use Psr \Cache \CacheItemPoolInterface ;
15
14
use Psr \Cache \CacheException as Psr6CacheException ;
16
- use Psr \SimpleCache \ CacheInterface ;
15
+ use Psr \Cache \ CacheItemPoolInterface ;
17
16
use Psr \SimpleCache \CacheException as SimpleCacheException ;
17
+ use Psr \SimpleCache \CacheInterface ;
18
18
use Symfony \Component \Cache \Adapter \AbstractAdapter ;
19
19
use Symfony \Component \Cache \CacheItem ;
20
20
use Symfony \Component \Cache \Exception \InvalidArgumentException ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Cache \Tests \Adapter ;
13
13
14
14
use Symfony \Component \Cache \Adapter \AdapterInterface ;
15
- use Symfony \Component \Cache \Adapter \FilesystemAdapter ;
16
15
use Symfony \Component \Cache \Adapter \ArrayAdapter ;
17
16
use Symfony \Component \Cache \Adapter \ChainAdapter ;
17
+ use Symfony \Component \Cache \Adapter \FilesystemAdapter ;
18
18
use Symfony \Component \Cache \PruneableInterface ;
19
19
use Symfony \Component \Cache \Tests \Fixtures \ExternalAdapter ;
20
20
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Cache \Tests \Adapter ;
13
13
14
- use Symfony \Component \Cache \Simple \FilesystemCache ;
15
14
use Symfony \Component \Cache \Adapter \SimpleCacheAdapter ;
15
+ use Symfony \Component \Cache \Simple \FilesystemCache ;
16
16
17
17
/**
18
18
* @group time-sensitive
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Cache \Tests \Simple ;
13
13
14
- use Symfony \Component \Cache \Tests \Adapter \FilesystemAdapterTest ;
15
14
use Symfony \Component \Cache \Simple \NullCache ;
16
15
use Symfony \Component \Cache \Simple \PhpArrayCache ;
16
+ use Symfony \Component \Cache \Tests \Adapter \FilesystemAdapterTest ;
17
17
18
18
/**
19
19
* @group time-sensitive
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Cache \Traits ;
13
13
14
14
use Doctrine \DBAL \Connection ;
15
- use Doctrine \DBAL \Driver \ServerInfoAwareConnection ;
16
15
use Doctrine \DBAL \DBALException ;
16
+ use Doctrine \DBAL \Driver \ServerInfoAwareConnection ;
17
17
use Doctrine \DBAL \Schema \Schema ;
18
18
use Symfony \Component \Cache \Exception \InvalidArgumentException ;
19
19
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Cache \Traits ;
13
13
14
- use Predis \Connection \Factory ;
15
14
use Predis \Connection \Aggregate \ClusterInterface ;
16
15
use Predis \Connection \Aggregate \PredisCluster ;
17
16
use Predis \Connection \Aggregate \RedisCluster ;
17
+ use Predis \Connection \Factory ;
18
18
use Predis \Response \Status ;
19
19
use Symfony \Component \Cache \Exception \CacheException ;
20
20
use Symfony \Component \Cache \Exception \InvalidArgumentException ;
You can’t perform that action at this time.
0 commit comments