StaticJsonDataSourceBuilder.CacheAllData(Boolean) Method
In This Article
Specifies whether to cache loaded JSON data.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public StaticJsonDataSourceBuilder CacheAllData(
bool enabled
)
#Parameters
Name | Type | Description |
---|---|---|
enabled | Boolean | true, to cache the data; otherwise, false. |
#Returns
Type | Description |
---|---|
Static |
An object that can be used to further configure the data source. |
See Also