Rework the Cache system to rely on Symfony Cache #50584
Unanswered
DarkGhostHunter
asked this question in
Ideas
Replies: 1 comment
-
This is a code sample to get you started if you want to use it now.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I firmly believe that, now that Laravel 11 has shipped, work should be done to rework the cache system of Laravel 12 to rely on Symfony Cache rather than own implementations, especially on the Redis side of things.
There are some great things about leaning a little more on Symfony Cache.
I honestly don't think the extent of the changes, but I think it would make the cache system easier to maintain.
Beta Was this translation helpful? Give feedback.
All reactions