Click or drag to resize
AbstractInfoBaseTInfoClearCacheMethods Property
Dictionary with the methods for clearing the internal object cache [columnName] => [clearCacheAction]

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected internal override sealed IDictionary<string, Action<BaseInfo>> ClearCacheMethods { get; }

Property Value

Type: IDictionaryString, ActionBaseInfo
See Also