CacheBehavior Enum
Obsolete. Defines how references to instances of persistent objects are stored in a session's cache.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v20.2.dll
Declaration
Members
Name | Description |
---|---|
Default | The behavior is determined by XPO. For instance, in XPO version 8.1 this is equal to CacheBehavior.Weak. |
Weak | Instances of the System.WeakReference class are used. |
Strong | Direct references to objects are used. |
See Also
Feedback