CardViewSettings.EnableCardsCache Property
Gets or sets whether data caching is enabled.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to enable data caching; otherwise, false. |
#Remarks
By default, the CardView extension stores data in memory for quick access. This avoids repeated database calls when performing various operations that don’t require reloading data. As a result, this increases the Web application scalability.
To disable data caching, set the EnableCardsCache option to false. This can be useful, for instance, when the CardView displays real-time data.
Note
If you use custom objects that utilize a referenced association, the Card
Type
One solution is to turn off the Enable
However, you can implement a custom Type