OutputCacheProviderAsync Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an asynchronous OutputCacheProvider class.
public ref class OutputCacheProviderAsync abstract : System::Web::Caching::OutputCacheProvider
public abstract class OutputCacheProviderAsync : System.Web.Caching.OutputCacheProvider
type OutputCacheProviderAsync = class
inherit OutputCacheProvider
Public MustInherit Class OutputCacheProviderAsync
Inherits OutputCacheProvider
- Inheritance
Constructors
OutputCacheProviderAsync() |
Initializes a new instance of the OutputCacheProviderAsync class. |
Properties
Description |
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase) |
Name |
Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase) |
Methods
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) |
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() |
Gets the Type of the current instance. (Inherited from Object) |
Initialize(String, NameValueCollection) |
Initializes the configuration builder. (Inherited from ProviderBase) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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) |