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

Allow to change cache size #85

Open seblaz opened 2 years ago

seblaz commented 2 years ago

Hi! Would it be possible to add a method to change the cache size after it's created? Thanks!