DotNetNuke.Services.OutputCache.OutputCacheResponseFilter
Namespace: DotNetNuke.Services.OutputCacheAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public OutputCacheResponseFilter( Stream filterChain, string cacheKey, TimeSpan cacheDuration, int maxVaryByCount ) |
Visual Basic |
---|
Public Sub New ( filterChain As Stream, cacheKey As String, cacheDuration As TimeSpan, maxVaryByCount As Integer ) |
Parameters
- filterChain
- Type: System.IO..::..Stream
paramfilterChainM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.#ctor(System.IO.Stream,System.String,System.TimeSpan,System.Int32)
- cacheKey
- Type: System..::..String
paramcacheKeyM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.#ctor(System.IO.Stream,System.String,System.TimeSpan,System.Int32)
- cacheDuration
- Type: System..::..TimeSpan
paramcacheDurationM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.#ctor(System.IO.Stream,System.String,System.TimeSpan,System.Int32)
- maxVaryByCount
- Type: System..::..Int32
parammaxVaryByCountM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.#ctor(System.IO.Stream,System.String,System.TimeSpan,System.Int32)