Skip to main content
A newer version of this page is available. .

StaticJsonDataSourceBuilder.CacheAllData(Boolean) Method

Specifies whether to cache loaded JSON data.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v19.2.dll

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