BaseInfoGetClearCacheMethods Method |
Gets the dictionary of methods for clearing the cache inside the info object [columnName] => [clearCacheAction]
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected static IDictionary<string, Action<BaseInfo>> GetClearCacheMethods(
ObjectTypeInfo typeInfo
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Type info
Return Value
Type:
IDictionaryString,
ActionBaseInfoSee Also