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

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

Syntax

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

Parameters

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

Return Value

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

See Also