Click or drag to resize
CacheHelperGetCacheDependency Method (String, String)
Creates the cache dependency from the given keys.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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: CMSCacheDependency
See Also