public final class CachingSettingsImpl extends CachingSettings implements scala.Product, java.io.Serializable
| Constructor and Description | 
|---|
| CachingSettingsImpl(LfuCacheSettings lfuCacheSettings) | 
| Modifier and Type | Method and Description | 
|---|---|
| static T | apply(org.apache.pekko.actor.ActorSystem system) | 
| static T | apply(com.typesafe.config.Config config) | 
| static T | apply(java.lang.String configOverrides) | 
| static CachingSettingsImpl | fromSubConfig(com.typesafe.config.Config root,
             com.typesafe.config.Config c) | 
| LfuCacheSettings | lfuCacheSettings() | 
| protected static java.lang.String | prefix() | 
| java.lang.String | productPrefix() | 
withLfuCacheSettingscreate, create, create, withLfuCacheSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CachingSettingsImpl(LfuCacheSettings lfuCacheSettings)
public static CachingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
protected static java.lang.String prefix()
public static T apply(org.apache.pekko.actor.ActorSystem system)
public static T apply(java.lang.String configOverrides)
public static T apply(com.typesafe.config.Config config)
public LfuCacheSettings lfuCacheSettings()
lfuCacheSettings in class CachingSettingspublic java.lang.String productPrefix()
productPrefix in interface scala.Product