The members of System.Web.Caching.Cache are listed below.
See Also: Inherited members from System.Object
Cache() |
Initializes a new instance of the System.Web.Caching.Cache class. |
static readonly | NoAbsoluteExpiration | DateTime (12/31/9999 11:59:59 PM).
Used in the absoluteExpiration parameter in an Cache.Insert(string, object) method call to indicate the item should never expire. This field is read-only. |
static readonly | NoSlidingExpiration | TimeSpan.
Used as the slidingExpiration parameter in an Cache.Insert(string, object) or Cache.Add(string, object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) method call to disable sliding expirations. This field is read-only. |
Add(string, object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback)
| ||
Get(string)
| ||
GetEnumerator()
| ||
Insert(string, object)
| ||
Insert(string, object, CacheDependency)
| ||
Insert(string, object, CacheDependency, DateTime, TimeSpan)
| ||
Insert(string, object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback)
| ||
Remove(string)
|
IEnumerable.GetEnumerator |
Returns an enumerator that can iterate through the System.Web.Caching.Cache object collection. |