ASP.net Create Self re-caching objects?

Posted by BlackTea on Stack Overflow See other posts from Stack Overflow or by BlackTea
Published on 2010-03-30T17:39:43Z Indexed on 2010/03/30 17:43 UTC
Read the original article Hit count: 336

Filed under:
|
|
|

How can i make a cached object re-cache it self with updated info when the cache has expired? I'm trying to prevent the next user who request the cache to have to deal with getting the data setting the cache then using it is there any background method/event i can tie the object to so that when it expires it just calls the method it self and self-caches.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about cache