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

Allow to change cache size

seblaz opened this issue · comments

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