Click or drag to resize
CacheHelperGetCacheDependency Method (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 keys
)

Parameters

keys
Type: SystemString
Cache keys

Return Value

Type: CMSCacheDependency
See Also