Packages

object LfuCacheSettings extends SettingsCompanion[LfuCacheSettings]

Source
LfuCacheSettings.scala
Linear Supertypes
SettingsCompanion[LfuCacheSettings], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LfuCacheSettings
  2. SettingsCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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.

    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).

    Definition Classes
    LfuCacheSettings → SettingsCompanion
  2. def apply(config: Config): LfuCacheSettings

    Creates an instance of settings using the given Config.

    Creates an instance of settings using the given Config.

    Definition Classes
    LfuCacheSettings → SettingsCompanion
  3. final def apply(system: ClassicActorSystemProvider): LfuCacheSettings
    Definition Classes
    SettingsCompanion
  4. final def apply(system: ActorSystem): LfuCacheSettings

    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.

    Definition Classes
    SettingsCompanion
  5. def default(actorRefFactory: ActorRefFactory): LfuCacheSettings
    Definition Classes
    SettingsCompanion
  6. implicit def default(implicit system: ClassicActorSystemProvider): LfuCacheSettings
    Definition Classes
    SettingsCompanion