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/Adapter
2016-07-01 17:01:00 +02:00
..
AbstractAdapter.php Merge branch '3.1' 2016-06-29 07:43:10 +02:00
AbstractTagAwareAdapter.php [Cache] Add tags based invalidation + TagAwareRedisAdapter 2016-06-17 17:55:45 +02:00
AdapterInterface.php [Cache] Optimize Chain adapter 2016-03-17 11:33:40 +01:00
ApcuAdapter.php [Cache] Rename nonce to version 2016-05-17 19:16:01 +02:00
ArrayAdapter.php fixed CS 2016-06-29 07:42:25 +02:00
ChainAdapter.php [Cache] Fix double fetch in ProxyAdapter 2016-06-14 07:54:16 +02:00
DoctrineAdapter.php [Cache] Normalize constructor arguments order 2016-04-04 11:41:14 +02:00
FilesystemAdapter.php [Cache] Optimize & wire PhpFilesAdapter 2016-05-31 18:28:43 +02:00
FilesystemAdapterTrait.php [Cache] Optimize & wire PhpFilesAdapter 2016-05-31 18:28:43 +02:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PhpArrayAdapter.php [Cache] Add PhpArrayAdapter to use shared memory on PHP 7.0+ 2016-06-28 11:48:20 +02:00
PhpFilesAdapter.php [Cache] Optimize & wire PhpFilesAdapter 2016-05-31 18:28:43 +02:00
ProxyAdapter.php [Cache] Fix double fetch in ProxyAdapter 2016-06-14 07:54:16 +02:00
RedisAdapter.php Merge branch '3.1' 2016-06-29 07:43:10 +02:00
RedisAdapterTrait.php fixed problems found by SensioLabsInsight 2016-07-01 17:01:00 +02:00
TagAwareAdapterInterface.php fixed CS 2016-06-29 07:43:32 +02:00
TagAwareRedisAdapter.php [Cache] Add tags based invalidation + TagAwareRedisAdapter 2016-06-17 17:55:45 +02:00