Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

XpoDefault.CacheBehavior Property

OBSOLETE

Use IdentityMapBehavior instead

Gets or sets the cache behavior.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, 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