Cache expiring

  • Thread starter Thread starter Bogdan Fiedur
  • Start date Start date
B

Bogdan Fiedur

Hi All,

Recently dot.net cache expires on our web server every 5 seconds.
Any ideas why this happens and how to fix it.

Bogdan Fiedur
 
Yes I'm talking about ASP.net caching in.
We are caching programmatically user data for quick access.

Bogdan Fiedur
 
Could you tell us more about your caching - your directives or code if done
through code?
 
Context.Cache.Add(sCacheKey, userInfo, Nothing,
Cache.NoAbsoluteExpiration, TimeSpan.FromMinutes(15),
Caching.CacheItemPriority.Normal, Nothing)

Bogdan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Cache expiring 1
Set Expire property of data cache 1
Microsoft Caching Application Blocks 1
Expiration notification 4
McAfee Web Advisor 5
cache never expires 4
Leverage browser caching 2
Timer question 5

Back
Top