Click or drag to resize
CacheDependencyListRemove Method
Removes the dependency key from the collection.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public void Remove(
	string key
)

Parameters

key
Type: SystemString
Key to add
See Also