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

Provide ability to set cache size limits and mark entries as permanent #6471

Closed
dolphinsd opened this issue Jun 14, 2022 · 1 comment · Fixed by #6543
Closed

Provide ability to set cache size limits and mark entries as permanent #6471

dolphinsd opened this issue Jun 14, 2022 · 1 comment · Fixed by #6543
Assignees
Milestone

Comments

@dolphinsd
Copy link

Memory cache implementation should expose existing net core functions to control cache size.

Use case: to make sure host machine does not run out of memory.

See how at https://docs.microsoft.com/en-us/aspnet/core/performance/caching/memory?view=aspnetcore-6.0
and
https://docs.microsoft.com/en-us/aspnet/core/performance/caching/memory?view=aspnetcore-6.0#use-setsize-size-and-sizelimit-to-limit-cache-size

@ismcagdas ismcagdas added this to the v7.4 milestone Jun 15, 2022
@ismcagdas
Copy link
Member

@dolphinsd thanks, we will check this.

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

Successfully merging a pull request may close this issue.

2 participants