allegro / bigcache

Efficient cache for gigabytes of data written in Go.
http://allegro.tech/2016/03/writing-fast-cache-service-in-go.html
Apache License 2.0
7.51k stars 595 forks source link

Support for the map? #365

Open tiennampham23 opened 1 year ago

tiennampham23 commented 1 year ago

What is the issue you are having? Now I want to use this package to store the map with no expiration, I use it by setting CleanWindow as 0. Is that correct? The frequency of adding/deleting items on the map is very high throughput.

What is the problem with this approach?

janisz commented 1 year ago

Refs: https://github.com/allegro/bigcache/issues/273