Click or drag to resize
AdvancedGetFileHandlerGetCacheDependency Method
Creates the cache dependency from the given keys.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected virtual CMSCacheDependency GetCacheDependency(
	List<string> dependencies
)

Parameters

dependencies
Type: System.Collections.GenericListString
Cache keys

Return Value

Type: CMSCacheDependency
See Also