LfuCacheSettings

org.apache.pekko.http.caching.scaladsl.LfuCacheSettings$
See theLfuCacheSettings companion class

Attributes

Companion
class
Source
LfuCacheSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(config: Config): LfuCacheSettings

Creates an instance of settings using the given Config.

Creates an instance of settings using the given Config.

Attributes

Source
LfuCacheSettings.scala
def apply(configOverrides: String): LfuCacheSettings

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

final def apply(system: ActorSystem): T

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

Implicits

Inherited implicits

implicit def default(implicit system: ClassicActorSystemProvider): T

Attributes

Inherited from:
SettingsCompanion (hidden)
Source
SettingsCompanion.scala