FillRawCache

data class FillRawCache(fillCache: Boolean) : Options.Reads

Should the data read for this iteration be cached in memory?

Callers may wish to set this field to false for bulk scans.

(Default: true)

Constructors

FillRawCache
Link copied to clipboard
common
fun FillRawCache(fillCache: Boolean)

Properties

fillCache
Link copied to clipboard
common
val fillCache: Boolean