You can use following function to clear cache of your PC using ASP.NET(C#).
public static void CacheClear()
{
foreach (System.Collections.DictionaryEntry DE in HttpContext.Current.Cache)
{
string Key = DE.Key.ToString();
HttpContext.Current.Cache.Remove(Key);
}
}
public static void CacheClear()
{
foreach (System.Collections.DictionaryEntry DE in HttpContext.Current.Cache)
{
string Key = DE.Key.ToString();
HttpContext.Current.Cache.Remove(Key);
}
}
very nice post, i like it someone can learn about C language. you can visit my site
ReplyDeletehttp://best-foodnetwork.blogspot.com/