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

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

Property Value

Type: IDictionaryString, ActionBaseInfo
See Also