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
The invalidate_all() and invalidate_entries_if() methods on the sync cache say that a background thread will evict entries. My understanding is that v0.12.0 removed background threads, so this is instead done when handling maintenance operations in other methods.
The text was updated successfully, but these errors were encountered:
The
invalidate_all()
andinvalidate_entries_if()
methods on the sync cache say that a background thread will evict entries. My understanding is that v0.12.0 removed background threads, so this is instead done when handling maintenance operations in other methods.The text was updated successfully, but these errors were encountered: