Class NOutputCacheProvider
Implements all methods of the System.Web.Caching.OutputCacheProvider.
Inheritance
System.Object
System.Configuration.Provider.ProviderBase
System.Web.Caching.OutputCacheProvider
NOutputCacheProvider
Inherited Members
System.Configuration.Provider.ProviderBase.Name
System.Configuration.Provider.ProviderBase.Description
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Alachisoft.NCache.OutputCacheProvider.dll
Syntax
public class NOutputCacheProvider : OutputCacheProvider
Properties
Name | Description |
---|---|
IsHookAttached | Hooks allow users to group together the output of pages/controls before inserting it into the cache. |
Methods
Name | Description |
---|---|
Add(String, Object, DateTime) | Adds the specified item into the cache with an expiry time. |
Finalize() | Performs application-defined tasks associated with the freeing, releasing, or resetting unmanaged resources. |
Get(String) | Retrieves the specified item from the cache. |
Initialize(String, NameValueCollection) | Initializes the cache. |
Remove(String) | Removes the specified item from the cache. |
Set(String, Object, DateTime) | Inserts the specified item into the cache, overwriting the item if it is already cached. |