kyren / hashlink

An updated version of linked-hash-map and friends
Apache License 2.0
98 stars 18 forks source link

LRU Callback Support and Serde support for LruCache #20

Open crioux opened 1 year ago

crioux commented 1 year ago

Callback support lets you know when an mutable operation on an LruCache causes items to be removed from the cache. Right now there's no way to know if you're losing objects out of the cache. Adds:

insert_with_callback entry_with_callback set_capacity_with_callback peek_lru