Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.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.v21.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