MapperPropertiesFlushCacheKeys Property |
Upon an insert, update, or delete the mapper should automatically flush related caches for this mapper. Related caches are those items in the operational data cache whose related IDs have the same value as any of these fields' values.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string FlushCacheKeys { get; }
ReadOnly Property FlushCacheKeys As String
Get
Property Value
Type:
StringUpon an insert, update, or delete the mapper should automatically flush related caches for this mapper. Related caches are those items in the operational data cache whose related IDs have the same value as any of these fields' values.
See Also