summaryM:DotNetNuke.Services.Cache.CachingProvider.RemovePersistentCacheItem(System.String)

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.1.1 - Cache Persistence is not supported")]
public virtual void RemovePersistentCacheItem(
	string CacheKey
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.1.1 - Cache Persistence is not supported")> 
Public Overridable Sub RemovePersistentCacheItem ( 
	CacheKey As String
)

Parameters

CacheKey
Type: System..::..String
paramCacheKeyM:DotNetNuke.Services.Cache.CachingProvider.RemovePersistentCacheItem(System.String)

See Also