| ControllerBaseCacheOptionsUseCacheInPartiallyEnabledMode Property |
Should the data be added/fetched from the cache when in we're in CacheMode.PartiallyEnabled?
Methods that load immutable data can safely set it to true - others should set it to false.
Is always set to true when *entity data* is added/fetched from the cache (because the data version is part of the key).
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic bool UseCacheInPartiallyEnabledMode { get; set; }
Property Value
Type:
Boolean
See Also