summaryM:DotNetNuke.Data.DataProvider.GetOutputCacheItem(System.String)
Namespace: DotNetNuke.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual IDataReader GetOutputCacheItem( string cacheKey ) |
Visual Basic |
---|
Public Overridable Function GetOutputCacheItem ( cacheKey As String ) As IDataReader |
Parameters
- cacheKey
- Type: System..::..String
paramcacheKeyM:DotNetNuke.Data.DataProvider.GetOutputCacheItem(System.String)