Package akka.http.caching.impl.settings
Class CachingSettingsImpl
- java.lang.Object
-
- akka.http.caching.javadsl.CachingSettings
-
- akka.http.caching.scaladsl.CachingSettings
-
- akka.http.caching.impl.settings.CachingSettingsImpl
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public final class CachingSettingsImpl extends CachingSettings implements scala.Product, java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachingSettingsImpl(LfuCacheSettings lfuCacheSettings)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static T
apply(akka.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()
-
Methods inherited from class akka.http.caching.scaladsl.CachingSettings
withLfuCacheSettings
-
Methods inherited from class akka.http.caching.javadsl.CachingSettings
create, create, create, withLfuCacheSettings
-
-
-
-
Constructor Detail
-
CachingSettingsImpl
public CachingSettingsImpl(LfuCacheSettings lfuCacheSettings)
-
-
Method Detail
-
fromSubConfig
public static CachingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
-
prefix
protected static java.lang.String prefix()
-
apply
public static T apply(akka.actor.ActorSystem system)
-
apply
public static T apply(java.lang.String configOverrides)
-
apply
public static T apply(com.typesafe.config.Config config)
-
lfuCacheSettings
public LfuCacheSettings lfuCacheSettings()
- Specified by:
lfuCacheSettings
in classCachingSettings
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
-