OutputCacheProvider Methods
.NET Framework (current version)
Namespace:
System.Web.Caching
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, Object^, DateTime) | Inserts the specified entry into the output cache. |
![]() | 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^) | Returns a reference to the specified entry in the output cache. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize(String^, NameValueCollection^) | Initializes the provider.(Inherited from ProviderBase.) |
![]() | MemberwiseClone() | |
![]() | Remove(String^) | Removes the specified entry from the output cache. |
![]() | Set(String^, Object^, DateTime) | Inserts the specified entry into the output cache, overwriting the entry if it is already cached. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:

