All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesplatform.db.DBCacheSettings.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.db
import com.typesafe.config.ConfigFactory
import com.wavesplatform.settings.WavesSettings

trait DBCacheSettings {
  lazy val dbSettings        = WavesSettings.fromRootConfig(ConfigFactory.load()).dbSettings
  lazy val maxCacheSize: Int = dbSettings.maxCacheSize
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy