Package akka.http.caching.scaladsl
Class CachingSettings
- java.lang.Object
-
- akka.http.caching.javadsl.CachingSettings
-
- akka.http.caching.scaladsl.CachingSettings
-
- Direct Known Subclasses:
CachingSettingsImpl
public abstract class CachingSettings extends CachingSettings
Public API but not intended for subclassing
-
-
Constructor Summary
Constructors Constructor Description CachingSettings()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static CachingSettings
apply(com.typesafe.config.Config config)
static CachingSettings
apply(java.lang.String configOverrides)
abstract LfuCacheSettings
lfuCacheSettings()
CachingSettings
withLfuCacheSettings(LfuCacheSettings newSettings)
-
Methods inherited from class akka.http.caching.javadsl.CachingSettings
create, create, create, withLfuCacheSettings
-
-
-
-
Method Detail
-
apply
public static CachingSettings apply(com.typesafe.config.Config config)
-
apply
public static CachingSettings apply(java.lang.String configOverrides)
-
lfuCacheSettings
public abstract LfuCacheSettings lfuCacheSettings()
- Specified by:
lfuCacheSettings
in classCachingSettings
-
withLfuCacheSettings
public CachingSettings withLfuCacheSettings(LfuCacheSettings newSettings)
-
-