views:

475

answers:

1

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

+3  A: 

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