laminas-session icon indicating copy to clipboard operation
laminas-session copied to clipboard

Replace Laminas\Cache requirement with PSR-16 Cache

Open Jurj-Bogdan opened this issue 1 year ago • 2 comments

Q A
BC Break yes
RFC yes

Description

Replaced laminas/laminas-cache with psr/simple-cache in the Cache SaveHandler as discussed in issue #112.

This is however an initial version, as i have a few questions related to the Cache class, which i'll go over in comments on the specific lines. I'll go ahead and add the relevant documentation as soon as a way forward is set.

Jurj-Bogdan avatar Mar 21 '25 19:03 Jurj-Bogdan

This LTGM @Jurj-Bogdan

Before I approve for merge, the other PRs with Mongo and Laminas DB need merging first, followed by a rebase here.

gsteel avatar Mar 31 '25 09:03 gsteel

Just added a few checks without mocking, although i'm open to suggestions about any additions - also reverted the documentation which I must have deleted by mistake

Jurj-Bogdan avatar Apr 24 '25 09:04 Jurj-Bogdan