summaryM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GetOutput(System.Int32,System.String)

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

Syntax

C#
public abstract byte[] GetOutput(
	int tabId,
	string cacheKey
)
Visual Basic
Public MustOverride Function GetOutput ( 
	tabId As Integer,
	cacheKey As String
) As Byte()

Parameters

tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GetOutput(System.Int32,System.String)
cacheKey
Type: System..::..String
paramcacheKeyM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GetOutput(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GetOutput(System.Int32,System.String)

See Also