Class LfuCachingSettingsImpl$
java.lang.Object
org.apache.pekko.http.impl.util.SettingsCompanionImpl<LfuCachingSettingsImpl>
org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl$
- All Implemented Interfaces:
Serializable
public class LfuCachingSettingsImpl$
extends SettingsCompanionImpl<LfuCachingSettingsImpl>
implements Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LfuCachingSettingsImpl$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromSubConfig
(com.typesafe.config.Config root, com.typesafe.config.Config inner) Methods inherited from class org.apache.pekko.http.impl.util.SettingsCompanionImpl
apply, apply, apply, configAdditions, prefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LfuCachingSettingsImpl$
public LfuCachingSettingsImpl$()
-
-
Method Details
-
fromSubConfig
public LfuCachingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config inner) - Specified by:
fromSubConfig
in classSettingsCompanionImpl<LfuCachingSettingsImpl>
-