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

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

Open speedfirst opened 2 years ago

speedfirst commented 2 years ago

Or simply leave it to GC?

Thanks.