Contains the DataCache for the active users customer.
Can be null if the cache has not yet been initialized.
Caution:
The Cache should be used with care as you can't rely on that it contains newly created data such as Properties and Data Object Types.
Cache is mainly intended to be used in the Web layer - it is refreshed every time a page is rendered.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static DataCache Cache { get; }
Property Value
Type:
DataCache
See Also