Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetDependencyCacheKeys Method (GeneralizedInfo, String, String)
Gets collection of dependency keys to be touched when modifying the current object.

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

Parameters

obj
Type: CMS.DataEngineGeneralizedInfo
Object
key
Type: SystemString
Cache key
context
Type: SystemString
Context string

Return Value

Type: ListString
See Also