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
If get() returns many L3 hits (this is tracked thanks to the third return value) - we can infer that the shm is full and the LRU is evicting values. It might also be for other reasons (no value was previously cached).
Better add a way to find out if forcible was used for a particular set().
The text was updated successfully, but these errors were encountered:
If
get()
returns many L3 hits (this is tracked thanks to the third return value) - we can infer that the shm is full and the LRU is evicting values. It might also be for other reasons (no value was previously cached).Better add a way to find out if
forcible
was used for a particularset()
.The text was updated successfully, but these errors were encountered: