Session.CacheBehavior Property
OBSOLETE
Use IdentityMapBehavior instead
Gets or sets the session’s cache behavior.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v23.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Default | Description |
---|---|---|
CacheBehavior | Default | A CacheBehavior enumeration value that specifies the session’s cache behavior. |
See Also