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
Nicolas Grekas 87ef7235be Merge branch '3.1'
* 3.1:
  [PhpUnitBridge] Fix undefined variable
  Compatibility with Twig 1.27
  Remove extra line in doc-block comment
  [VarDumper] Fix dumping Twig source in stack traces
  Enhance GAE compat by removing some realpath()
  [DependencyInjection] Remove old code in XML loader
  bumped Symfony version to 3.1.7
  updated VERSION for 3.1.6
  updated CHANGELOG for 3.1.6
  bumped Symfony version to 2.8.14
  updated VERSION for 2.8.13
  updated CHANGELOG for 2.8.13
  bumped Symfony version to 2.7.21
  updated VERSION for 2.7.20
  update CONTRIBUTORS for 2.7.20
  updated CHANGELOG for 2.7.20
  [SecurityBundle] Fix twig-bridge lowest dep
2016-10-28 10:25:06 +02:00
..
AbstractAdapter.php [Cache] Handle arbitrary key length when the backend cant using hashing 2016-09-23 21:28:47 +02:00
AdapterInterface.php [Cache] Optimize Chain adapter 2016-03-17 11:33:40 +01:00
ApcuAdapter.php [Cache] Handle arbitrary key length when the backend cant using hashing 2016-09-23 21:28:47 +02:00
ArrayAdapter.php [Cache] Minor fixes after merging 3.1 2016-08-16 18:59:36 +02:00
ChainAdapter.php [Cache] Fix double fetch in ProxyAdapter 2016-06-14 07:54:16 +02:00
DoctrineAdapter.php [Cache] Handle unserialize() failures gracefully 2016-08-10 19:24:03 +02:00
FilesystemAdapter.php Merge branch '2.8' into 3.1 2016-10-28 10:18:15 +02:00
FilesystemAdapterTrait.php Merge branch '3.1' 2016-10-28 10:25:06 +02:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PdoAdapter.php [Cache] Add PDO + Doctrine DBAL adapter 2016-08-16 19:01:35 +02:00
PhpArrayAdapter.php Add "more entropy" to every uniqid() call 2016-10-03 16:10:01 +02:00
PhpFilesAdapter.php [Cache] Minor fixes after merging 3.1 2016-08-16 18:59:36 +02:00
ProxyAdapter.php [Cache] Fix default lifetime being ignored 2016-07-27 10:15:52 +02:00
RedisAdapter.php Merge branch '3.1' 2016-09-24 08:57:00 -07:00
TagAwareAdapter.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00