org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
See theLfuCacheSettings companion class
object LfuCacheSettings
Attributes
- Companion
- class
- Source
- LfuCacheSettings.scala
- Graph
-
- Supertypes
- Self type
-
LfuCacheSettings.type
Members list
Value members
Concrete methods
Creates an instance of settings using the given Config.
Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).
Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).
Attributes
- Source
- LfuCacheSettings.scala
Inherited methods
Attributes
- Inherited from:
- SettingsCompanion (hidden)
- Source
- SettingsCompanion.scala
Creates an instance of settings using the configuration provided by the given ActorSystem.
Creates an instance of settings using the configuration provided by the given ActorSystem.
Attributes
- Inherited from:
- SettingsCompanion (hidden)
- Source
- SettingsCompanion.scala
Attributes
- Inherited from:
- SettingsCompanion (hidden)
- Source
- SettingsCompanion.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- SettingsCompanion (hidden)
- Source
- SettingsCompanion.scala
In this article