CacheStoreProvider Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, Object^, CacheInsertOptions^) | Adds the specified item to the cache with options. |
![]() | AddDependent(String^, CacheDependency^, DateTime%) | Adds a dependant entity to the cache. |
![]() | Dispose() | Releases all resources that are used by the current instance of the cache object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | Get(String^) | Retrieves the specified item from the cache if it exists. |
![]() | GetEnumerator() | Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize(String^, NameValueCollection^) | Initializes the named cache. |
![]() | Insert(String^, Object^, CacheInsertOptions^) | Inserts an object and dependencies into the cache. |
![]() | MemberwiseClone() | |
![]() | Remove(String^) | Removes the item from the cache. |
![]() | Remove(String^, CacheItemRemovedReason) | Removes the specified item from the cache if it exists. |
![]() | RemoveDependent(String^, CacheDependency^) | Removes the specified dependency. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Trim(Int32) | Removes a specified percentage of cache entries. |

