final case class CachingConfigs(indexedStrings: CacheConfig = CachingConfigs.defaultStaticStringCache, contractStore: CacheConfig = CachingConfigs.defaultContractStoreCache, topologySnapshot: CacheConfig = CachingConfigs.defaultTopologySnapshotCache, partyCache: CacheConfig = CachingConfigs.defaultPartyCache, participantCache: CacheConfig = CachingConfigs.defaultParticipantCache, keyCache: CacheConfig = CachingConfigs.defaultKeyCache, packageVettingCache: CacheConfig = CachingConfigs.defaultPackageVettingCache, mySigningKeyCache: CacheConfig = CachingConfigs.defaultMySigningKeyCache) extends Product with Serializable
Configuration settings for various internal caches
- indexedStrings
cache size configuration for the static string index cache
- contractStore
cache size configuration for the contract store
- topologySnapshot
cache size configuration for topology snapshots
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CachingConfigs
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CachingConfigs(indexedStrings: CacheConfig = CachingConfigs.defaultStaticStringCache, contractStore: CacheConfig = CachingConfigs.defaultContractStoreCache, topologySnapshot: CacheConfig = CachingConfigs.defaultTopologySnapshotCache, partyCache: CacheConfig = CachingConfigs.defaultPartyCache, participantCache: CacheConfig = CachingConfigs.defaultParticipantCache, keyCache: CacheConfig = CachingConfigs.defaultKeyCache, packageVettingCache: CacheConfig = CachingConfigs.defaultPackageVettingCache, mySigningKeyCache: CacheConfig = CachingConfigs.defaultMySigningKeyCache)
- indexedStrings
cache size configuration for the static string index cache
- contractStore
cache size configuration for the contract store
- topologySnapshot
cache size configuration for topology snapshots
Value Members
- val contractStore: CacheConfig
- val indexedStrings: CacheConfig
- val keyCache: CacheConfig
- val mySigningKeyCache: CacheConfig
- val packageVettingCache: CacheConfig
- val participantCache: CacheConfig
- val partyCache: CacheConfig
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val topologySnapshot: CacheConfig