I need a cache that responds to memory pressure like the one build-into ASP.NET. I’m not using a web site, however, I’m building a Windows Service.
Any suggestions? (code, techniques, products, I don’t care as long as it’s in-memory)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re familiar with the ASP.NET Cache (
System.Web.Caching), you can still reference and use it, even if you’re not running within a web application.