OutputCacheProvider
Class
Definition
Serves as a base class that contains abstract methods for implementing an output-cache provider.
public abstract class OutputCacheProvider : System.Configuration.Provider.ProviderBase
- Inheritance
- Derived
Inherited Members
System.Configuration.Provider.ProviderBase
System.Object
Remarks
All output-cache providers must implement the abstract methods in the OutputCacheProvider class.
Constructors
| OutputCacheProvider() |
Initializes a new instance of the OutputCacheProvider class. |
Methods
| Add(String, Object, DateTime) |
Inserts the specified entry into the output cache. |
| Get(String) |
Returns a reference to the specified entry in the output cache. |
| 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. |