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
2018-11-16 22:18:41 +01:00
..
AbstractCache.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
ApcuCache.php [Cache] add constructor docblocks for clarity 2017-07-17 08:54:27 +02:00
ArrayCache.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ChainCache.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02: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 Merge branch '3.3' into 3.4 2017-10-02 08:49:52 +02:00
PhpArrayCache.php Fix ini_get() for boolean values 2018-10-31 14:11:30 +01:00
PhpFilesCache.php Fix ini_get() for boolean values 2018-10-31 14:11:30 +01:00
Psr6Cache.php [Cache] fix optimizing Psr6Cache for AdapterInterface pools 2018-11-16 22:18:41 +01:00
RedisCache.php [Cache] add constructor docblocks for clarity 2017-07-17 08:54:27 +02:00
TraceableCache.php [Cache] Inline some hot function calls 2018-04-20 10:22:20 +02:00