DocumentDependencyCacheKeysBuilderGetPathDependencyCacheKeys Method (String, String, String) |
Returns the cache keys based on page path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static List<string> GetPathDependencyCacheKeys(
string siteName,
string path,
string cultureCode = null
)
Parameters
- siteName
- Type: SystemString
Site name. - path
- Type: SystemString
Page node alias path. - cultureCode (Optional)
- Type: SystemString
Page culture code.
Return Value
Type:
ListStringSee Also