FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into database.

Namespace: DotNetNuke.Services.OutputCache.Providers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class DatabaseResponseFilter : OutputCacheResponseFilter
Visual Basic
Public Class DatabaseResponseFilter
	Inherits OutputCacheResponseFilter

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..Stream
      DotNetNuke.Services.OutputCache..::..OutputCacheResponseFilter
        DotNetNuke.Services.OutputCache.Providers..::..DatabaseResponseFilter

See Also