summaryM:DotNetNuke.Common.Utilities.DataCache.GetCache``1(System.String)
Namespace: DotNetNuke.Common.UtilitiesAssembly: 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)