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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
protected virtual void DeletePersistentInternal(
	string fileName,
	string cacheKey,
	string siteName,
	bool useFullKey
)

Parameters

fileName
Type: SystemString
File name, if set, takes priority over the cache key
cacheKey
Type: SystemString
Cache key
siteName
Type: SystemString
Site name
useFullKey
Type: SystemBoolean
If true, the full cache key is used
See Also