OutputCacheProviderAsync Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, Object^, DateTime) | Inserts the specified entry into the output cache. (Inherited from OutputCacheProvider.) |
![]() | AddAsync(String^, Object^, DateTime) | Asynchronously 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.(Inherited from OutputCacheProvider.) |
![]() | GetAsync(String^) | Asynchronously 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.(Inherited from OutputCacheProvider.) |
![]() | RemoveAsync(String^) | Asynchronously 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.(Inherited from OutputCacheProvider.) |
![]() | SetAsync(String^, Object^, DateTime) | Asynchronously 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.) |

