Click or drag to resize

EntityDataCacheOptions Properties

The EntityDataCacheOptions type exposes the following members.

Properties
  NameDescription
Public propertyIgnoreCache
Should the cache be ignored so that data is always loaded from the DB?
Public propertySkipDataCloning
Should only be set to true if it is certain that the loaded data will not be modified. Can be set to true to save performance. Warning: do not use this setting unless you are sure that you know what you are doing!
Top
See Also