Nate1
03-21-2008, 07:41 PM
Where can I find source code for clearing all current web cache , I.e from the cache.add method.
|
Click to See Complete Forum and Search --> : [RESOLVED] Clearing All web Cache Nate1 03-21-2008, 07:41 PM Where can I find source code for clearing all current web cache , I.e from the cache.add method. Nate1 03-24-2008, 09:11 PM For Each Item As DictionaryEntry In HttpContext.Current.Cache HttpContext.Current.Cache.Remove(Item.Key.ToString) Next webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |