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

I make a generic version #90

Open szyhf opened 2 years ago

szyhf commented 2 years ago

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.