bluele / gcache

An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support context?

dragonsinth opened this issue · comments

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.