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
2017-09-04 19:57:22 +02:00
..
AbstractAdapter.php [Cache] Use namespace versioning for backends that dont support clearing by keys 2017-08-27 09:56:53 +02:00
AdapterInterface.php minor #21277 [DX][Cache] Set right cacheItem type hint on AdapterInterface getters (andrerom) 2017-01-14 18:16:00 +01:00
ApcuAdapter.php Merge branch '3.2' into 3.3 2017-07-17 16:07:10 +02:00
ArrayAdapter.php [Cache] Move adapter implementations to traits 2017-01-23 14:57:50 +01:00
ChainAdapter.php add (pdo|chain) cache (adapter|simple) prune method 2017-08-30 11:10:37 -04:00
DoctrineAdapter.php Merge branch '3.2' into 3.3 2017-07-17 16:07:10 +02:00
FilesystemAdapter.php add (filesystem|phpfiles) cache (adapter|simple) prune method and prune command 2017-07-20 11:29:24 -04:00
MemcachedAdapter.php [Cache] Fallback to positional when keyed results are broken 2017-06-05 16:53:36 +02:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PdoAdapter.php add (pdo|chain) cache (adapter|simple) prune method 2017-08-30 11:10:37 -04:00
PhpArrayAdapter.php [Cache] Use zend.detect_unicode instead of zend.multibyte 2017-08-28 10:20:24 +02:00
PhpFilesAdapter.php Merge branch '3.3' into 3.4 2017-08-29 14:00:42 -07:00
ProxyAdapter.php [Cache] Use namespace versioning for backends that dont support clearing by keys 2017-08-27 09:56:53 +02:00
RedisAdapter.php [Cache] fix Redis scheme detection 2017-06-03 09:31:39 +02:00
SimpleCacheAdapter.php [Cache] Implement PSR-16 SimpleCache v1.0 2017-01-23 14:57:50 +01:00
TagAwareAdapter.php Implemented PruneableInterface on TagAwareAdapter 2017-09-04 19:57:22 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php Remove extra arg in call to TraceableAdapter::start() 2017-05-31 13:48:12 +02:00
TraceableTagAwareAdapter.php Fix decorating TagAware adapters in dev 2017-05-31 10:24:58 +02:00