summaryM:DotNetNuke.Common.Utilities.DataCache.GetCache(System.String)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static Object GetCache(
	string CacheKey
)
Visual Basic
Public Shared Function GetCache ( 
	CacheKey As String
) As Object

Parameters

CacheKey
Type: System..::..String
paramCacheKeyM:DotNetNuke.Common.Utilities.DataCache.GetCache(System.String)

Return Value

returnsM:DotNetNuke.Common.Utilities.DataCache.GetCache(System.String)

See Also