BaseInfoGeneralizedInfoWrapperGetDependencyCacheKeys Method |
Note: This API is now obsolete.
Gets collection of dependency keys to be touched when modifying the current object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use GetCacheDependencies() instead.")]
public List<string> GetDependencyCacheKeys(
string key,
string context
)
Parameters
- key
- Type: SystemString
Cache key - context
- Type: SystemString
Cache context
Return Value
Type:
ListStringSee Also