summaryM:DotNetNuke.Services.Cache.CachingProvider.GetPersistentCacheItem(System.String,System.Type)
Namespace: DotNetNuke.Services.CacheAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[ObsoleteAttribute("Deprecated in DNN 5.1 - Cache Persistence is not supported")] public virtual Object GetPersistentCacheItem( string CacheKey, Type objType ) |
| Visual Basic |
|---|
<ObsoleteAttribute("Deprecated in DNN 5.1 - Cache Persistence is not supported")> Public Overridable Function GetPersistentCacheItem ( CacheKey As String, objType As Type ) As Object |
Parameters
- CacheKey
- Type: System..::..String
paramCacheKeyM:DotNetNuke.Services.Cache.CachingProvider.GetPersistentCacheItem(System.String,System.Type)
- objType
- Type: System..::..Type
paramobjTypeM:DotNetNuke.Services.Cache.CachingProvider.GetPersistentCacheItem(System.String,System.Type)