public class LfuCacheSettings$ extends java.lang.Object implements SettingsCompanion<LfuCacheSettings>
Modifier and Type | Field and Description |
---|---|
static LfuCacheSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
LfuCacheSettings$() |
Modifier and Type | Method and Description |
---|---|
LfuCacheSettings |
apply(com.typesafe.config.Config config)
Creates an instance of settings using the given Config.
|
LfuCacheSettings |
apply(java.lang.String configOverrides)
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).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, apply
public static final LfuCacheSettings$ MODULE$
public LfuCacheSettings apply(com.typesafe.config.Config config)
SettingsCompanion
apply
in interface SettingsCompanion<LfuCacheSettings>
config
- (undocumented)public LfuCacheSettings apply(java.lang.String configOverrides)
SettingsCompanion
apply
in interface SettingsCompanion<LfuCacheSettings>
configOverrides
- (undocumented)