System.Collections.IDictionaryEnumerator dic = System.Web.HttpContext.Current.Cache.GetEnumerator();
while (dic.MoveNext())
{
if (System.Web.HttpContext.Current.Cache[dic.Key.ToString()] != null)
System.Web.HttpContext.Current.Cache.Remove(dic.Key.ToString());
}
Remember Me
a@href@title, i, strike, u