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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static CMSCacheDependency GetCacheDependency(
	ICollection<string> keys
)

Parameters

keys
Type: System.Collections.GenericICollectionString
Cache keys

Return Value

Type: CMSCacheDependency
See Also