Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8097673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:50:04+00:00 2026-06-05T21:50:04+00:00

I have an ASP.NET MVC 3 app hosted on IIS. This app is using

  • 0

I have an ASP.NET MVC 3 app hosted on IIS. This app is using MemoryCache to work with some data in memory to help minimize hits to my database. I would like this data to stay cached for up to a single day. In my code, I’m setting the following:

List<MyObject> myItems = GetMyItems();
CacheItemPolicy cachePolicy = new CacheItemPolicy();
cachePolicy.AbsoluteExpiration = new DateTimeOffset(DateTime.Now.AddMinutes(1440));
Cache.Set("myCacheKey", myItems, cachePolicy);

While my caching seems to be working. However, it does not seem to stay in the cache for the intended duration. Is there a setting I need to make in the web.config, if so, what setting? If not, is it an IIS setting that I need to set to enable a longer cache duration?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T21:50:06+00:00Added an answer on June 5, 2026 at 9:50 pm

    The problem most likely lies in that your app pool is recycling after periods of non-use. When app pools are recycled, everything you had in memory is lost.

    If you need a more durable cache, you will need to switch to something that is not hosted in process. There are a number of commercial and open-source caching services; I would recommend going with one of those.

    Here are just a few cache solutions:

    1. SharedCache
    2. AppFabric
    3. NCache
    4. MemCached.NET

    Amongst others.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have hosted .NET 4.0 / ASP.NET MVC 3 app on IIS 6 on
In my ASP.net MVC App (using Razor views) I have a ProductDetails view. This
I have an ASP.Net-MVC app using LinqToSql. I have a subcontracts table, a service_lines
I have an asp.net mvc app, using JQuery UI dialog. I'm trying to submit
I have an ASP.NET MVC App, which use EF code First, for some reason
I have an ASP.Net MVC app, and i have some xsl files inside of
I have this ASP.NET MVC app that I've deployed on IIS6/Win2003 as a virtual
I have an asp.net MVC App that I want to deploy to IIS 5
We have written Web application using ASP.NET MVC, which will be hosted in our
I have an ASP.NET MVC app with a form. Say this form has an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.