Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friend...any one tell me..
Q- what is the default event of cache?
Posted
Comments
OriginalGriff 20-Dec-10 10:18am    
Your question cannot really be answered as it stands: Please try to edit your question and provide more detail.
Dave Kreskowiak 20-Dec-10 10:42am    
WHAT cache are you talking about? Do you have a namespace for the Cache class you're refering too? Which version of ASP.NET are you using?? Cache classes don't normally expose any events, so it's not clear what you're talking about or what you're trying to do.

1 solution

There is no default event of Cache. Although you can set dependency on few as
•File based Dependency
•Key Based Dependency
•Time Based Dependency
For deatils , have a look to the following link
Exploring Caching in ASP.NET
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900