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
2019-08-06 18:40:06 +02:00
..
AbstractAdapter.php [Cache] fix warning on PHP 7.4 2019-07-30 19:30:37 +02:00
AdapterInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
ApcuAdapter.php Merge branch '3.2' into 3.3 2017-07-17 16:07:10 +02:00
ArrayAdapter.php [Cache] fix warning on PHP 7.4 2019-07-30 19:30:37 +02:00
ChainAdapter.php [Cache] fix warning on PHP 7.4 2019-07-30 19:30:37 +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 switched array() to [] 2019-01-16 10:39:14 +01:00
PdoAdapter.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
PhpArrayAdapter.php [FrameworkBundle][Config] Ignore exeptions thrown during reflection classes autoload 2019-08-06 18:40:06 +02:00
PhpFilesAdapter.php Fix ini_get() for boolean values 2018-10-31 14:11:30 +01:00
ProxyAdapter.php [Cache] fix warning on PHP 7.4 2019-07-30 19:30:37 +02:00
RedisAdapter.php [Cache] fix Redis scheme detection 2017-06-03 09:31:39 +02:00
SimpleCacheAdapter.php [Cache] replace getNsSeparator by NS_SEPARATOR on AbstractTrait 2019-06-17 19:26:15 +02:00
TagAwareAdapter.php [Cache] fix warning on PHP 7.4 2019-07-30 19:30:37 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php switched array() to [] 2019-01-16 10:39:14 +01:00
TraceableTagAwareAdapter.php Fix decorating TagAware adapters in dev 2017-05-31 10:24:58 +02:00