ASP.NET Cache

GerryHansan

New member
Joined
Mar 28, 2006
Messages
4
Programming Experience
Beginner
Hi,

I have the following two questions regarding cache.

1) How can I specify the storage limit for the ASP.NET cache? I want to store the objects in the secondary storage when the storage limit exceeds.
2) I want to use secondary storage for ASP.NET cache(related to 1), how can I achieve that?

Thanks.
 
Back
Top