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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static CMSCacheDependency GetCacheDependency(
	List<string> files,
	List<string> keys
)

Parameters

files
Type: System.Collections.GenericListString
Files for the cache dependency
keys
Type: System.Collections.GenericListString
Cache keys

Return Value

Type: CMSCacheDependency
See Also