Click or drag to resize
CacheHelperGetCacheDependencies Method
Processes the dependencies string. Returns default dependencies if the source is null or empty. If source is NO_CACHE_DEPENDENCY constant, then method also returns this constant. When source is specified and contains DEFAULT_CACHE_DEPENDENCIES constant, then this constant indicates that default dependencies should be appended to the source. The DEFAULT_CACHE_DEPENDENCIES also remains in the string so other processes can insert their default dependencies.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetCacheDependencies(
	Object dependencies,
	string defaultDependencies
)

Parameters

dependencies
Type: SystemObject
Source dependencies
defaultDependencies
Type: SystemString
Default dependencies

Return Value

Type: String
See Also