June 17, 2009
@ 09:03 PM
Projenizdeki tüm cacheleri silin.

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());

                }

            }