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
I came across this library, as I was searching for a LRU cache with timed eviction. I think it will be nice if you also add a OnMiss(key interface{}) (interface{}, error) that can auto load missing/expired/evicted keys on Get.
Thanks.
The text was updated successfully, but these errors were encountered:
I came across this library, as I was searching for a LRU cache with timed eviction. I think it will be nice if you also add a
OnMiss(key interface{}) (interface{}, error)
that can auto load missing/expired/evicted keys onGet
.Thanks.
The text was updated successfully, but these errors were encountered: