summaryM:DotNetNuke.UI.Utilities.DataCache.GetCache(System.String)
Namespace: DotNetNuke.UI.UtilitiesAssembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.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.UI.Utilities.DataCache.GetCache(System.String)