XpoDefault.CacheBehavior Property
Obsolete. Gets or sets the cache behavior.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v20.2.dll
Declaration
[Obsolete("Use IdentityMapBehavior instead")]
[Browsable(false)]
public static CacheBehavior CacheBehavior { get; set; }
<Obsolete("Use IdentityMapBehavior instead")>
<Browsable(False)>
Public Shared Property CacheBehavior As CacheBehavior
Property Value
Type | Description |
---|---|
CacheBehavior | A CacheBehavior enumeration value that specifies the cache behavior. |
See Also
Feedback