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

Option for WeakReference caching #2625

Closed
aspnet-hello opened this issue Jan 2, 2018 · 2 comments
Closed

Option for WeakReference caching #2625

aspnet-hello opened this issue Jan 2, 2018 · 2 comments
Labels
affected-very-few This issue impacts very few customers area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlesware enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-response-caching severity-nice-to-have This label is used by an internal tool
Milestone

Comments

@aspnet-hello
Copy link

From @benaadams on Saturday, July 2, 2016 8:37:10 PM

So cached items can be evicted on GC rather than having infrequently accessed items remaining cached in memory until expiry (utilizing sample for caching weak references by @Tratcher)

Related #8 "Option for disk-backed cache"

Copied from original issue: aspnet/ResponseCaching#9

@aspnet-hello
Copy link
Author

From @muratg on Wednesday, August 10, 2016 2:34:08 PM

After doing perf investigation, we may end up bringing this back to 1.1.

@aspnet-hello aspnet-hello added this to the Backlog milestone Jan 2, 2018
@JunTaoLuo JunTaoLuo added affected-very-few This issue impacts very few customers enhancement This issue represents an ask for new feature or an enhancement to an existing one severity-nice-to-have This label is used by an internal tool labels Nov 9, 2020 — with ASP.NET Core Issue Ranking
@JunTaoLuo
Copy link
Contributor

It's unlikely we'll implement this unless there's more demand for this issue.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 16, 2020
@amcasey amcasey added area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlesware and removed area-runtime labels Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affected-very-few This issue impacts very few customers area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlesware enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-response-caching severity-nice-to-have This label is used by an internal tool
Projects
None yet
Development

No branches or pull requests

4 participants