| CacheHelperGetDependencyCacheKeys Method  | 
            Parses the string and returns the array of the cache dependency keys.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxpublic 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