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
I'm looking for a way to dynamically configure the cache timeout for a view, for the case where the desired timeout depends on the request parameters.
Imagine a page where the data within is normally very static (and can therefore be cached for days at at time), but with a short window of time where it is expected to update very frequently and thus requires a much shorter expiration.
Currently, this pattern is impossible to express with this library
The text was updated successfully, but these errors were encountered:
I'm looking for a way to dynamically configure the cache timeout for a view, for the case where the desired timeout depends on the request parameters.
Imagine a page where the data within is normally very static (and can therefore be cached for days at at time), but with a short window of time where it is expected to update very frequently and thus requires a much shorter expiration.
Currently, this pattern is impossible to express with this library
The text was updated successfully, but these errors were encountered: