Click or drag to resize
CacheHelperGetPersistentFilePathInternal Method
Gets the 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 GetPersistentFilePathInternal(
	string cacheKey,
	string siteName
)

Parameters

cacheKey
Type: SystemString
Full cache key
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also