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
There is now an API that permits users to delete specific cache entries. It might be possible to leverage this to overwrite existing cache entries, allowing corrupted cache entries to be removed.
Two things we could do without user input:
When running with cache-write-only, we could automatically delete any existing cache entries. This would have the effect of overwriting existing cache entries with the same key.
If a cache entry is obviously corrupted (ie cannot be restored) we could delete it.
The text was updated successfully, but these errors were encountered:
There is now an API that permits users to delete specific cache entries. It might be possible to leverage this to overwrite existing cache entries, allowing corrupted cache entries to be removed.
Two things we could do without user input:
cache-write-only
, we could automatically delete any existing cache entries. This would have the effect of overwriting existing cache entries with the same key.The text was updated successfully, but these errors were encountered: