CacheHelperGetPersistentFilePathInternal Method |
Gets the file name for the given cache key
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax protected virtual string GetPersistentFilePathInternal(
string cacheKey,
string siteName
)
Parameters
- cacheKey
- Type: SystemString
Full cache key - siteName
- Type: SystemString
Site name
Return Value
Type:
StringSee Also