O
Olav Tollefsen
I use HttpContext.Current.Cache.Insert to add some items to the cache.
1) How can I configure how much memory that is allocated to the cache?
2) What are the defaults?
3) If I don't specifiy any expiration when calling Insert, how long will
cached elements live?
Olav
1) How can I configure how much memory that is allocated to the cache?
2) What are the defaults?
3) If I don't specifiy any expiration when calling Insert, how long will
cached elements live?
Olav