Class CachingSettings
java.lang.Object
org.apache.pekko.http.caching.javadsl.CachingSettings
org.apache.pekko.http.caching.scaladsl.CachingSettings
- Direct Known Subclasses:
- CachingSettingsImpl
Public API but not intended for subclassing
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic CachingSettingsapply(com.typesafe.config.Config config) static CachingSettingsabstract LfuCacheSettingswithLfuCacheSettings(LfuCacheSettings newSettings) Methods inherited from class org.apache.pekko.http.caching.javadsl.CachingSettingscreate, create, create, withLfuCacheSettings
- 
Constructor Details- 
CachingSettingspublic CachingSettings()
 
- 
- 
Method Details- 
apply
- 
apply
- 
lfuCacheSettings- Specified by:
- lfuCacheSettingsin class- CachingSettings
 
- 
withLfuCacheSettings
 
-