bluele / gcache

An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
MIT License
2.6k stars 271 forks source link

Support context? #55

Open dragonsinth opened 6 years ago

dragonsinth commented 6 years ago

Hi, would you consider taking a patch that threads context through the Get -> load -> LoaderFunc call chain? We've patch the library already, and would be happy to upstream.

dragonsinth commented 5 years ago

https://github.com/bluele/gcache/pull/61