Class CachingSettingsImpl
java.lang.Object
org.apache.pekko.http.caching.javadsl.CachingSettings
org.apache.pekko.http.caching.scaladsl.CachingSettings
org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
public final class CachingSettingsImpl
extends CachingSettings
implements scala.Product, Serializable
INTERNAL API
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic T
apply
(com.typesafe.config.Config config) static T
static T
apply
(org.apache.pekko.actor.ActorSystem system) static CachingSettingsImpl
fromSubConfig
(com.typesafe.config.Config root, com.typesafe.config.Config c) protected static String
prefix()
Methods inherited from class org.apache.pekko.http.caching.scaladsl.CachingSettings
withLfuCacheSettings
Methods inherited from class org.apache.pekko.http.caching.javadsl.CachingSettings
create, create, create, withLfuCacheSettings
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator
-
Constructor Details
-
CachingSettingsImpl
-
-
Method Details
-
fromSubConfig
public static CachingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) -
prefix
-
apply
public static T apply(org.apache.pekko.actor.ActorSystem system) -
apply
-
apply
public static T apply(com.typesafe.config.Config config) -
lfuCacheSettings
- Specified by:
lfuCacheSettings
in classCachingSettings
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-