DocumentDependencyCacheKeysBuilderGetAllNodesCacheKey Method |
Returns the cache key for all pages of given type on given site.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static string GetAllNodesCacheKey(
string siteName,
string className
)
Parameters
- siteName
- Type: SystemString
Site name. - className
- Type: SystemString
Class name.
Return Value
Type:
StringSee Also