Click or drag to resize
BaseInfo.GetDependencyCacheKeys Method
Gets the array of dependency cache keys for current object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual List<string> GetDependencyCacheKeys(
	string key,
	string context
)

Parameters

key
Type: System.String
Cache key
context
Type: System.String
Cache context

Return Value

Type: List<String>
See Also