mailgun / groupcache

Clone of golang/groupcache with TTL and Item Removal support
Apache License 2.0
495 stars 73 forks source link

Fix LRU to correctly update expire on value replace #56

Closed thrawn01 closed 1 year ago

thrawn01 commented 1 year ago

Purpose

This PR fixes the issues addressed in #51 and #50

Implementation