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

add context propagation to loading cache #9

Closed MatthewDolan closed 6 years ago

MatthewDolan commented 6 years ago

The PR is intended to solve https://github.com/goburrow/cache/issues/8 without introducing any backward incompatible changes.