Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What happens if the cache memory gets full and we try to set new values? #115

Open
Vaibzz opened this issue Dec 3, 2019 · 2 comments
Open

Comments

@Vaibzz
Copy link

Vaibzz commented Dec 3, 2019

Hi. I am having a doubt. What happens when cache memory gets full and we try to set new values in it?
Actually I am using this library in a project. But somehow I suspect there is some issue in setting data into the cache. Somehow empty value gets set in the cache. Can this be due to memory issues?
Please help.

@boundless-forest
Copy link

It might depend on your machine memory limit. If you reach to the memory boundry, the application crashed.

@axlev
Copy link

axlev commented Sep 14, 2020

Greetings. Great utility. Is would be great if we could limit the size of the cache instead or in addition to the expiration time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants