summaryM:DotNetNuke.Services.OutputCache.Providers.FileProvider.GetOutput(System.Int32,System.String)
Namespace: DotNetNuke.Services.OutputCache.ProvidersAssembly: 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.FileProvider.GetOutput(System.Int32,System.String)
- cacheKey
- Type: System..::..String
paramcacheKeyM:DotNetNuke.Services.OutputCache.Providers.FileProvider.GetOutput(System.Int32,System.String)