-
Notifications
You must be signed in to change notification settings - Fork 389
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
docs: Add .Net caching to docs #3839
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I actually don't think the .NET caching implementation is usable in it's current state since it doesn't implement any method for maintaining the size. This will likely cause a memory leak in any of our customer's applications that utilise the caching and have a large number of identities. See issue here. |
I agree, we also should allow the user to set the TTL. |
As per the conversation, this docs PR will be closed until the feature is complete. |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Add content about .Net caching to docs
How did you test this code?
Tested locally running docusaurus