LRU Cache implementation with notifications

Any recommendations for an LRU Cache? Any implementation that provides notifications on evictions?

Thanks

How do you want to receive the notifications? uluru returns the evicted item, if any, when you call LRUCache::insert.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.