Skip to main content

StaticJsonDataSourceBuilder.CacheAllData(Boolean) Method

Specifies whether to cache loaded JSON data.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.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