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
François-Xavier de Guillebon 65b34cb53c
Fix ini_get() for boolean values
2018-10-31 14:11:30 +01:00
..
AbstractAdapter.php Fix ini_get() for boolean values 2018-10-31 14:11:30 +01:00
AdapterInterface.php Add missing @ in phpdoc return statement 2018-01-11 11:30:34 +01:00
ApcuAdapter.php Merge branch '3.2' into 3.3 2017-07-17 16:07:10 +02:00
ArrayAdapter.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ChainAdapter.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02: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 Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PdoAdapter.php Import InvalidArgumentException in PdoAdapter 2018-03-29 15:02:00 +02:00
PhpArrayAdapter.php Fix ini_get() for boolean values 2018-10-31 14:11:30 +01:00
PhpFilesAdapter.php Fix ini_get() for boolean values 2018-10-31 14:11:30 +01:00
ProxyAdapter.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
RedisAdapter.php [Cache] fix Redis scheme detection 2017-06-03 09:31:39 +02:00
SimpleCacheAdapter.php [Cache] Add ResettableInterface to allow resetting any pool's local state 2017-09-25 10:20:08 +02:00
TagAwareAdapter.php [Cache] fix logic for fetching tag versions on TagAwareAdapter 2018-05-04 19:07:04 -07:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php [Cache][WebProfiler] fix collecting cache stats with sub-requests + allow clearing calls 2018-02-07 20:03:36 +01:00
TraceableTagAwareAdapter.php Fix decorating TagAware adapters in dev 2017-05-31 10:24:58 +02:00