2

Please tell me about System.Web.Caching.Cache.NoSlidingExpiration in ASP.NET.

Jeremy McGee
  • 24,842
  • 10
  • 63
  • 95

1 Answers1

7

There's information here from MSDN - NoSlidingExpiration Specifies that an item expires at a set time, regardless of how often it is accessed. For example, you can set an item to expire at 6:00 PM or after four hours.

If there was something else you wanted to ask about, please edit your question so we can help further.

Jeremy McGee
  • 24,842
  • 10
  • 63
  • 95