| ControllerBaseCacheOptionsSkipDataCloning Property |
If true data fetched from the cache will not be cloned (which leads to a performance benefit).
When data is not cloned it is very important that the caller doesn't modify the retrieved result.
The option should therefore only be used with great caution and in places where this is absolutely certain that data isn't modified.
Warning: do not use this setting unless you are sure that you know what you are doing!
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic bool SkipDataCloning { get; set; }
Property Value
Type:
Boolean
See Also