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
Would you support a stale-while-revalidate feature in this crate? If so, I'd be happy to start work on it.
EDIT: To clarify, I'd expect the mechanism to synchronize write access to the cache key as with the sync_writes feature, but rather than blocking, it would authorize failed attempts to return a stale value while the lock holder rebuilds the cache value.
The text was updated successfully, but these errors were encountered:
Would you support a stale-while-revalidate feature in this crate? If so, I'd be happy to start work on it.
EDIT: To clarify, I'd expect the mechanism to synchronize write access to the cache key as with the
sync_writes
feature, but rather than blocking, it would authorize failed attempts to return a stale value while the lock holder rebuilds the cache value.The text was updated successfully, but these errors were encountered: