Click or drag to resize
BaseInfoGetClearCacheMethods Method
Gets the dictionary of methods for clearing the cache inside the info object [columnName] => [clearCacheAction]

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected static IDictionary<string, Action<BaseInfo>> GetClearCacheMethods(
	ObjectTypeInfo typeInfo
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type info

Return Value

Type: IDictionaryString, ActionBaseInfo
See Also