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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Tapply(com.typesafe.config.Config config) static Tstatic Tapply(org.apache.pekko.actor.ActorSystem system) static CachingSettingsImplfromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) protected static Stringprefix()Methods inherited from class org.apache.pekko.http.caching.scaladsl.CachingSettingswithLfuCacheSettingsMethods inherited from class org.apache.pekko.http.caching.javadsl.CachingSettingscreate, create, create, withLfuCacheSettingsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator
- 
Constructor Details- 
CachingSettingsImpl
 
- 
- 
Method Details- 
fromSubConfigpublic static CachingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) 
- 
prefix
- 
applypublic static T apply(org.apache.pekko.actor.ActorSystem system) 
- 
apply
- 
applypublic static T apply(com.typesafe.config.Config config) 
- 
lfuCacheSettings- Specified by:
- lfuCacheSettingsin class- CachingSettings
 
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
 
-