[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.caching

custom asp.net 2.0 page output cache invalidation

Ed Tijgen

4/9/2006 6:17:00 PM

Hi All,

I remember reading that it is possible to add custom logic to an ASP.NET 2.0
page to validate the cache.
so that a page is cached until a specific criteria is met wich is checked in
the custom logic each time a page is requested.

if the custom logic determines the page cache is still valid then return the
cached version and if the custom logic determined the page cache is expired
then run the normal page lifecycle.

please help me find the way to do this.

Regards,

Ed Tijgen