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

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

Syntax

C#
public static TObject GetCache<TObject>(
	string CacheKey
)
Visual Basic
Public Shared Function GetCache(Of TObject) ( 
	CacheKey As String
) As TObject

Parameters

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

Type Parameters

TObject
typeparamTObjectM:DotNetNuke.Common.Utilities.DataCache.GetCache``1(System.String)

Return Value

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

See Also