This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Cache/Simple
2019-07-30 19:30:37 +02:00
..
AbstractCache.php [Cache] replace getNsSeparator by NS_SEPARATOR on AbstractTrait 2019-06-17 19:26:15 +02:00
ApcuCache.php [Cache] add constructor docblocks for clarity 2017-07-17 08:54:27 +02:00
ArrayCache.php switched array() to [] 2019-01-16 10:39:14 +01:00
ChainCache.php switched array() to [] 2019-01-16 10:39:14 +01:00
DoctrineCache.php [Cache] add constructor docblocks for clarity 2017-07-17 08:54:27 +02:00
FilesystemCache.php add (filesystem|phpfiles) cache (adapter|simple) prune method and prune command 2017-07-20 11:29:24 -04:00
MemcachedCache.php [Cache] add constructor docblocks for clarity 2017-07-17 08:54:27 +02:00
NullCache.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
PdoCache.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
PhpArrayCache.php switched array() to [] 2019-01-16 10:39:14 +01:00
PhpFilesCache.php Fix ini_get() for boolean values 2018-10-31 14:11:30 +01:00
Psr6Cache.php [Cache] fix warning on PHP 7.4 2019-07-30 19:30:37 +02:00
RedisCache.php [Cache] add constructor docblocks for clarity 2017-07-17 08:54:27 +02:00
TraceableCache.php switched array() to [] 2019-01-16 10:39:14 +01:00