CacheHelperGetDependencyCacheKeys Method |
Parses the string and returns the array of the cache dependency keys.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string[] GetDependencyCacheKeys(
string keys
)
Parameters
- keys
- Type: SystemString
Cache keys as a single string separated by new lines
Return Value
Type:
StringSee Also