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