CacheSize

data class CacheSize(cacheSize: Int) : LevelDBOptions

Size of the LRU cache LevelDB will use to prevent unneeded disk access.

(Default: 8MB)

Constructors

CacheSize
Link copied to clipboard
common
fun CacheSize(cacheSize: Int)

Properties

cacheSize
Link copied to clipboard
common
val cacheSize: Int