Skip to main content
.NET 6.0+

Session.CacheBehavior Property

OBSOLETE

Use IdentityMapBehavior instead

Gets or sets the session’s cache behavior.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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