summaryM:DotNetNuke.Common.Utilities.DataCache.RemovePersistentCacheItem(System.String)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in DNN 5.1 - Cache Persistence is not supported")] public static void RemovePersistentCacheItem( string CacheKey ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in DNN 5.1 - Cache Persistence is not supported")> Public Shared Sub RemovePersistentCacheItem ( CacheKey As String ) |
Parameters
- CacheKey
- Type: System..::..String
paramCacheKeyM:DotNetNuke.Common.Utilities.DataCache.RemovePersistentCacheItem(System.String)