DEFAULT_SOFT_SIZE

const val DEFAULT_SOFT_SIZE: Int = 1000

The default number of entries to cache softly in an open Repository. The garbage collector is free to release these entries at any time, preferably in the reverse order of creation or access. Using too large a value here may still cause additional memory stress by triggering more frequent global garbage collections.