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
sorry, I don't see all logic.
If there is a check, clean() will not remove expires data.
But we can still add a hashcode collision check, and tell calller the over write old value.
in file fastcache.go, func (b *bucket) Set, line 359:
b.m[h] = idx | (b.gen << bucketSizeBits)
I think the code should be:
thanks.
The text was updated successfully, but these errors were encountered: