Class LfuCachingSettingsImpl

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public final class LfuCachingSettingsImpl
    extends LfuCacheSettings
    implements scala.Product, java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Constructor Detail

      • LfuCachingSettingsImpl

        public LfuCachingSettingsImpl​(int maxCapacity,
                                      int initialCapacity,
                                      scala.concurrent.duration.Duration timeToLive,
                                      scala.concurrent.duration.Duration timeToIdle)
    • Method Detail

      • fromSubConfig

        public static LfuCachingSettingsImpl fromSubConfig​(com.typesafe.config.Config root,
                                                           com.typesafe.config.Config inner)
      • prefix

        protected static java.lang.String prefix()
      • apply

        public static T apply​(akka.actor.ActorSystem system)
      • apply

        public static T apply​(java.lang.String configOverrides)
      • apply

        public static T apply​(com.typesafe.config.Config config)
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product