Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session.CacheBehavior Property

OBSOLETE

Use IdentityMapBehavior instead

Gets or sets the session’s cache behavior.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[DefaultValue(CacheBehavior.Default)]
[Obsolete("Use IdentityMapBehavior instead")]
[Browsable(false)]
public CacheBehavior CacheBehavior { get; set; }

Property Value

Type Default Description
CacheBehavior **Default**

A CacheBehavior enumeration value that specifies the session’s cache behavior.

See Also