LfuCacheSettings

org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
See theLfuCacheSettings companion object

Public API but not intended for subclassing

Attributes

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

Members list

Value members

Abstract methods

Attributes

Source
LfuCacheSettings.scala

Attributes

Source
LfuCacheSettings.scala

Attributes

Source
LfuCacheSettings.scala

Attributes

Source
LfuCacheSettings.scala

Concrete methods

final def getInitialCapacity: Int

Attributes

Source
LfuCacheSettings.scala
final def getMaxCapacity: Int

Attributes

Source
LfuCacheSettings.scala
final def getTimeToIdle: Duration

Attributes

Source
LfuCacheSettings.scala
final def getTimeToLive: Duration

Attributes

Source
LfuCacheSettings.scala
override def withInitialCapacity(newInitialCapacity: Int): LfuCacheSettings

Attributes

Definition Classes
Source
LfuCacheSettings.scala
override def withMaxCapacity(newMaxCapacity: Int): LfuCacheSettings

Attributes

Definition Classes
Source
LfuCacheSettings.scala
override def withTimeToIdle(newTimeToIdle: Duration): LfuCacheSettings

Attributes

Definition Classes
Source
LfuCacheSettings.scala
override def withTimeToLive(newTimeToLive: Duration): LfuCacheSettings

Attributes

Definition Classes
Source
LfuCacheSettings.scala