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
Plugin who use the same method as the CachePlugin to determine if the request can be cacheable or not but with the respect_cache_headers to false by default.
However it only return the cached item if there is an exception (error) during the call.
The text was updated successfully, but these errors were encountered:
good idea. we could optionally support the stale-if-error cache control if present. with an async client, it could even be possible to return a stale response and update the cache at the same time. not sure if this would be the same plugin or a different one. depends hugely on the usecase whether this makes sense or not.
dbu
changed the title
StaleCachePlugin
[Cache] Stale
Feb 17, 2016
Plugin who use the same method as the CachePlugin to determine if the request can be cacheable or not but with the respect_cache_headers to false by default.
However it only return the cached item if there is an exception (error) during the call.
The text was updated successfully, but these errors were encountered: