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

I make a generic version

szyhf opened this issue · comments

Not sure if there any plan to support generics, I made one at https://github.com/szyhf/go-gcache, just simply replace the implement.

Really thanks for this awsome lib, if there any plan I really like to make a pr.