Mono Class Library: Overview

System.Web.Caching.Cache: Members

The members of System.Web.Caching.Cache are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

static readonly
NoAbsoluteExpirationDateTime (12/31/9999 11:59:59 PM). Documentation for this section has not yet been entered.
static readonly
NoSlidingExpirationTimeSpan. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.
default property
Item(string)object. Documentation for this section has not yet been entered.

Public Methods

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.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.