Han Cheng

C#, ASP.NET, Microsoft Technologies

  Home  |   Contact  |   Syndication    |   Login
  3 Posts | 0 Stories | 2 Comments | 0 Trackbacks

News

Archives

Post Categories

   1:  System.Collections.IDictionaryEnumerator enumerator = context.Cache.GetEnumerator();
   2:  while (enumerator.MoveNext())
   3:  {
   4:      context.Cache.Remove(enumerator.Key.ToString());
   5:  }
posted on Wednesday, April 07, 2010 9:45 PM