Click or drag to resize
CacheHelperGetPersistentFileName Method
Gets the persistent file name for the given cache key

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetPersistentFileName(
	string cacheKey
)

Parameters

cacheKey
Type: SystemString
Full cache key

Return Value

Type: String
See Also