Click or drag to resize
CacheHelperDeletePersistent Method
Restores the persistent item from the cache

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void DeletePersistent(
	string cacheKey,
	string siteName
)

Parameters

cacheKey
Type: SystemString
Cache key
siteName
Type: SystemString
Site name
See Also