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