Click or drag to resize
CacheDependencyListEnsureList Method
Ensures list of cache dependencies with specific key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static CacheDependencyList EnsureList(
	string listKey
)

Parameters

listKey
Type: SystemString
List key

Return Value

Type: CacheDependencyList
See Also