Cache: Use dependency injection for custom solutions
Closed this issue · 2 comments
Dwarfex commented
Hi,
as it is mentioned in the code:
"//TODO : add cache interface ?"
Line 116 in deeef6c
I would suggest adding either an PSR-6 "Caching Interface" or PSR-16: "Common Interface for Caching Libraries".
I personally would prefer PSR-16 and i'm already working on a PR to solve this issue.
Benoit382 commented
It was PSR-6.
rampmaster commented
done