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

initial increment support #72

Open sergerdn opened 3 years ago

sergerdn commented 3 years ago

I have made prof of concept to resolve #10. I do not know is it production ready or not, I just show you some my ideas how it can be implemented.