Class NOutputCacheProvider
Implements all methods of System.Web.Caching.OutputCacheProvider.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()
Namespace:
Assembly: Alachisoft.NCache.OutputCacheProvider.dll
Syntax
public class NOutputCacheProvider : OutputCacheProvider
Properties
Name | Description |
---|---|
IsHookAttached | Hooks allow users to group output of pages/controls before its insertion into cache. |
Methods
Name | Description |
---|---|
Add(String, Object, DateTime) | Add the specified item into the cache with expiry time. |
Finalize() | Performs application-defined tasks associated with 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. |