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
2018-09-24 20:03:00 +02:00
..
AbstractAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00
AdapterInterface.php Add missing @ in phpdoc return statement 2018-01-11 11:30:34 +01:00
ApcuAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
ArrayAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00
ChainAdapter.php [Cache] add "setCallbackWrapper()" on adapters implementing CacheInterface for more flexibility 2018-09-24 20:03:00 +02:00
DoctrineAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
FilesystemAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
MemcachedAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
NullAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00
PdoAdapter.php feature #27645 [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available (nicolas-grekas) 2018-07-09 16:39:33 +02:00
PhpArrayAdapter.php [Cache] add "setCallbackWrapper()" on adapters implementing CacheInterface for more flexibility 2018-09-24 20:03:00 +02:00
PhpFilesAdapter.php [Cache] serialize objects using native arrays when possible 2018-06-18 10:20:36 +02:00
ProxyAdapter.php [Cache] add "setCallbackWrapper()" on adapters implementing CacheInterface for more flexibility 2018-09-24 20:03:00 +02:00
RedisAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
SimpleCacheAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
TagAwareAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00
TraceableTagAwareAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00