summaryM:DotNetNuke.Common.Utilities.DataCache.GetPersistentCacheItem(System.String,System.Type)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.1 - Cache Persistence is not supported")]
public static Object GetPersistentCacheItem(
	string CacheKey,
	Type objType
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.1 - Cache Persistence is not supported")> 
Public Shared Function GetPersistentCacheItem ( 
	CacheKey As String,
	objType As Type
) As Object

Parameters

CacheKey
Type: System..::..String
paramCacheKeyM:DotNetNuke.Common.Utilities.DataCache.GetPersistentCacheItem(System.String,System.Type)
objType
Type: System..::..Type
paramobjTypeM:DotNetNuke.Common.Utilities.DataCache.GetPersistentCacheItem(System.String,System.Type)

Return Value

returnsM:DotNetNuke.Common.Utilities.DataCache.GetPersistentCacheItem(System.String,System.Type)

See Also