Support sliding cache #57414
Unanswered
nunodonato
asked this question in
Ideas
Replies: 1 comment 1 reply
-
what do you mean exactly with "sliding cache"? Did you mean something like the flexible method? https://laravel.com/docs/12.x/cache#swr Or simply rememberForever? |
Beta Was this translation helpful? Give feedback.
1 reply
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 was under the wrong impression that using
Cache::remember
would keep my cached content alive. Today I found out it doesn't.Has there been any previous discussion on supporting sliding cache TTLs? This could perhaps be passed as an option to
remember()
?Beta Was this translation helpful? Give feedback.
All reactions