XpoDefault.CacheBehavior Property
OBSOLETE
Use IdentityMapBehavior instead
Gets or sets the cache behavior.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v23.1.dll
NuGet Package: DevExpress.Xpo
Declaration
[Obsolete("Use IdentityMapBehavior instead")]
[Browsable(false)]
public static CacheBehavior CacheBehavior { get; set; }
Property Value
Type | Description |
---|---|
CacheBehavior | A CacheBehavior enumeration value that specifies the cache behavior. |
See Also