一、内存数据库
二、memorycache
三、ADO提供的Cache
1 string CachedItem9 = (string)Cache.Add("CacheItem9",
2 "Cached Item 9", null,
3 System.Web.Caching.Cache.NoAbsoluteExpiration,
4 System.Web.Caching.Cache.NoSlidingExpiration,
5 System.Web.Caching.CacheItemPriority.Default,
6 null);