View Single Post
  #9  
Old 08-08-2007, 06:47 AM
amansundar amansundar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 319
amansundar is on a distinguished road
Default Re: What are the Types of caching in dot net 2005?

Cache object is dependent on its dependencies example like file based, time based etc...Cacheitems remove the object when cache dependencies change.i think ASP.NET provides capabilityto execute a callback method when that item is removed from cache.
__________________
cheers
Aman
Reply With Quote