mailgun / groupcache

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

Add the ability to warm the cache #34

Closed macnibblet closed 2 years ago

macnibblet commented 2 years ago

Right now each time we deploy services using groupcache we lose all the data that's warm and it's like we are running a cold start again.

A mechanism to support the warming of the cache of known items would be super convenient!

thrawn01 commented 2 years ago

As you mentioned, I think #31 closes this issue. I'll close this, please reopen if more is needed.