| CacheHelperDeletePersistent Method  | 
            Restores the persistent item from the cache
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxpublic static void DeletePersistent(
	string cacheKey,
	string siteName
)
Parameters
- cacheKey
 - Type: SystemString
Cache key - siteName
 - Type: SystemString
Site name 
See Also