goburrow / cache

Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).
BSD 3-Clause "New" or "Revised" License
574 stars 48 forks source link

localCache.refreshAfterWrite seems useless #10

Closed mCloud closed 4 years ago

mCloud commented 5 years ago

https://github.com/goburrow/cache/blob/576a8d1542c8e8c497af31460ff7acc669a6fa51/local.go#L30

nqv commented 4 years ago

Hi, I believe this has been fixed in https://github.com/goburrow/cache/commit/4060fe738647abf6f1adbece2cd69c7fecb3e942 Would you mind verifying?