kodein-db-api
/
org.kodein.db.kv
/
LevelDBOptions
/
CacheSize
common
Cache
Size
data class
CacheSize
(cacheSize:
Int
) :
LevelDBOptions
Content copied to clipboard
Size of the LRU cache LevelDB will use to prevent unneeded disk access.
(Default: 8MB)
Constructors
Properties
Constructors
CacheSize
Link copied to clipboard
common
fun
CacheSize
(cacheSize:
Int
)
Content copied to clipboard
Properties
cacheSize
Link copied to clipboard
common
val
cacheSize
:
Int
Content copied to clipboard