summaryM:DotNetNuke.Data.DataProvider.GetOutputCacheItem(System.String)

Namespace: DotNetNuke.Data
Assembly: 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)

Return Value

returnsM:DotNetNuke.Data.DataProvider.GetOutputCacheItem(System.String)

See Also