The following tables list the members exposed by HttpCacheProvider.

Public Constructors

NameDescription
Public ConstructorsHttpCacheProvider Constructor()Initializes a new instance of the HttpCacheProvider class.
Top

Public Properties

NameDescription
Public PropertiesCountGets the number of items stored in the cache.
Top

Public Methods

NameDescription
Public MethodsAddAdds the specified item to the System.Web.Caching.Cache object with dependencies, expiration and priority policies, and a delegate you can use to notify your application when the inserted item is removed from the Cache.
Public MethodsGetRetrieves the specified item from the System.Web.Caching.Cache object.
Public MethodsGetEnumeratorRetrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache.
Public MethodsInsertOverloaded. Inserts an item into the System.Web.Caching.Cache object with a cache key to reference its location, using default values provided by the System.Web.Caching.CacheItemPriority enumeration.
Public MethodsRemoveRemoves the specified item from the application's System.Web.Caching.Cache object.
Top

Indexers

NameDescription
IndexersHttpCacheProviderGets or sets the cache item at the specified key.
Top

See Also