defaultSoftCacheSize

open val defaultSoftCacheSize: Int = 200

The default capacity of the cache of uncompressed records. A number of records equal to the delta between this value and that of defaultStrongCacheSize will be discarded from the cache by the garbage collector when a low-water mark is reached.