PSR-6 CacheItemPoolDecorator
does not validate the maximum cache key length
#156
Labels
Milestone
CacheItemPoolDecorator
does not validate the maximum cache key length
#156
Feature Request
Summary
As per PSR-6, a minimum cache key length of 64 characters have to be supported by the underlying storage.
The maximum can vary and depends on the implementing library.
For PSR-16 there was already a bugfix which allowed cache keys longer than 64 characters but for the
CacheItemPoolDecorator
, there is no such validation.The text was updated successfully, but these errors were encountered: