Name | Description | |
---|---|---|
![]() | HttpCacheProvider Constructor() | Initializes a new instance of the HttpCacheProvider class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items stored in the cache. |
Name | Description | |
---|---|---|
![]() | Add | Adds 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. |
![]() | Get | Retrieves the specified item from the System.Web.Caching.Cache object. |
![]() | GetEnumerator | Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache. |
![]() | Insert | Overloaded. 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. |
![]() | Remove | Removes the specified item from the application's System.Web.Caching.Cache object. |
Name | Description | |
---|---|---|
![]() | HttpCacheProvider | Gets or sets the cache item at the specified key. |