Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetDependencyCacheKeys Method (GeneralizedInfo, String, String)
Gets the cache dependency keys for the given object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
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