| CacheHelperGetCacheDependency Method (String, String) | 
            Creates the cache dependency from the given keys.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static CMSCacheDependency GetCacheDependency(
	string[] files,
	string[] keys
)
Parameters
- files
 - Type: SystemString
Files for the cache dependency - keys
 - Type: SystemString
Cache keys 
Return Value
Type: 
CMSCacheDependency
See Also