issues
search
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
Added
Now
function to the cache which can be replaced for expiration testing
Updated the
go.mod
to
1.19
Purpose
This PR fixes the issues addressed in #51 and #50
Implementation
Now
function to the cache which can be replaced for expiration testinggo.mod
to1.19