Click or drag to resize
DocumentDependencyCacheKeysBuilderGetAllNodesCacheKey Method
Returns the cache key for all pages of given type on given site.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static string GetAllNodesCacheKey(
	string siteName,
	string className
)

Parameters

siteName
Type: SystemString
Site name.
className
Type: SystemString
Class name.

Return Value

Type: String
See Also