mailgun / groupcache

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

Move global state to explicit state 'workspace' controlled by the caller. #65

Open udhos opened 10 months ago

udhos commented 10 months ago

This WIP change moves global state to explicit variable in order to allow recreation of groupcache resources without application restart.