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

Is it necessary to dispose the cache instance when it's useless?

speedfirst opened this issue · comments

Or simply leave it to GC?

Thanks.