MapperPropertiesTenantFilterCaching Property |
When caching is turned on and this property is true, the filters for this mapper will be cached with a name including a tenant ID. Therefore each tenant could have a different set of cached filters. The default is false and therefore caching is simply by mapper key and user profile.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool TenantFilterCaching { get; }
ReadOnly Property TenantFilterCaching As Boolean
Get
Property Value
Type:
BooleanWhen caching is turned on and this property is true, the filters for this mapper will be cached with a name including a tenant ID. Therefore each tenant could have a different set of cached filters. The default is false and therefore caching is simply by mapper key and user profile.
See Also