SvenRtbg
SvenRtbg
I'd like to draw attention towards this PR again, as I would still like it to be merged.
Granted, the docs you mention state that "ObjectCache does not inherit from CallbackCache", and the fact that all classes are now final forced to not inherit them anymore, but inject...
I created a repo with Github workflow to illustrate the issue: https://github.com/SvenRtbg/laminas-cache-testcase/actions/runs/12708532107/job/35425679989 The first run tests using Laminas-Cache 3.12.2, then an upgrade is performed to Laminas 4.1.0. The first test...
To illustrate where we are coming from, here's a link to the old Zend documentation: https://docs.zendframework.com/zend-cache/pattern/object-cache/#caching-a-filter This example suggests that `ObjectCache` is supposed to simply wrap around the original class,...
I would like to raise awareness again, as there was no feedback until now after I provided a test illustrating the different behavior and a pull request proposing a fix.