Class DatabaseResponseFilter
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into database.
Inherited Members
Namespace: DotNetNuke.Services.OutputCache.Providers
Assembly: DotNetNuke.dll
Syntax
public class DatabaseResponseFilter : OutputCacheResponseFilter
Methods
| Improve this Doc View SourceAddItemToCache(Int32, String)
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into database.
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 database.
Declaration
protected override void RemoveItemFromCache(int itemId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | itemId |