You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any chance rack-cache could support something like this?
Returning the cache hit, but also forwarding the request to the rails app for revalidation.
Thanks in advance,
best regards,
Lukas
The text was updated successfully, but these errors were encountered:
Hi guys!
We currently use rack-cache in production and we are quite happy with it.
We discovered the
stale_while_revalidate
flag forexpires_in
in rails (https://api.rubyonrails.org/classes/ActionController/ConditionalGet.html#method-i-expires_in).Is there any chance rack-cache could support something like this?
Returning the cache hit, but also forwarding the request to the rails app for revalidation.
Thanks in advance,
best regards,
Lukas
The text was updated successfully, but these errors were encountered: