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
Fabien Potencier 6479f494de feature #20037 [Cache] Handle arbitrary key length when the backend cant using hashing (nicolas-grekas)
This PR was merged into the 3.2-dev branch.

Discussion
----------

[Cache] Handle arbitrary key length when the backend cant using hashing

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Saving some bits from #19521 :) Already awaited by PdoAdapter which defines the property.

Commits
-------

11f448f [Cache] Handle arbitrary key length when the backend cant using hashing
2016-09-24 09:02:03 -07: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 '3.1' 2016-08-16 18:09:30 +02:00
FilesystemAdapterTrait.php [Cache] Optimize & wire PhpFilesAdapter 2016-05-31 18:28:43 +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 Merge branch '3.1' 2016-08-16 18:09:30 +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] Fix TagAwareAdapter::hasItem() 2016-08-07 18:24:25 +02:00
TagAwareAdapterInterface.php [Cache] Add generic TagAwareAdapter wrapper (replaces TagAwareRedisAdapter) 2016-08-07 17:20:59 +02:00