Class MemoryResponseFilter
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into memory.
Inherited Members
Namespace: DotNetNuke.Services.OutputCache.Providers
Assembly: DotNetNuke.dll
Syntax
public class MemoryResponseFilter : OutputCacheResponseFilter
Properties
| Improve this Doc View SourceCache
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into memory.
Declaration
protected static System.Web.Caching.Cache Cache { get; }
Property Value
Type | Description |
---|---|
System.Web.Caching.Cache |
Methods
| Improve this Doc View SourceAddItemToCache(Int32, String)
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into memory.
Declaration
protected override void AddItemToCache(int itemId, string output)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | itemId | |
System.String | output |
Overrides
| Improve this Doc View SourceRemoveItemFromCache(Int32)
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into memory.
Declaration
protected override void RemoveItemFromCache(int itemId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | itemId |