golang-lru
golang-lru copied to clipboard
Adding support optional SIEVE eviction
Added NewWithOpts to create a new cache, with option to use SieveEviction and WithCallback option.
I've tried to keep the other signatures the same.
Issue: https://github.com/hashicorp/golang-lru/issues/164