The methods of System.Web.Caching.Cache are listed below. For a list of all members, see the Cache Members list.
See Also: Inherited members from System.Object
Add(string, object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) : object Documentation for this section has not yet been entered.Get(string) : object Documentation for this section has not yet been entered.GetEnumerator() : IDictionaryEnumerator Documentation for this section has not yet been entered.Insert(string, object) Inserts the item into the cache.Insert(string, object, CacheDependency) Documentation for this section has not yet been entered.Insert(string, object, CacheDependency, DateTime, TimeSpan) Documentation for this section has not yet been entered.Insert(string, object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) Documentation for this section has not yet been entered.Remove(string) : object Documentation for this section has not yet been entered.