agecache
agecache copied to clipboard
Support `OnMiss()`
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.