goburrow / cache

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

Fix races on closing cache #5

Closed nqv closed 7 years ago

nqv commented 7 years ago

Thanks @davecheney for being patient and providing the test.

Closes #4