Click or drag to resize
CacheHelperGetDependencyCacheKeys Method
Parses the string and returns the array of the cache dependency keys.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string[] GetDependencyCacheKeys(
	string keys
)

Parameters

keys
Type: SystemString
Cache keys as a single string separated by new lines

Return Value

Type: String
See Also