org.apache.pekko.http.caching.scaladsl
Members list
Type members
Classlikes
abstract class Cache[K, V] extends Cache[K, V]
API MAY CHANGE
API MAY CHANGE
General interface implemented by all cache implementations.
Attributes
- Source
- Cache.scala
- Supertypes
- Self type
-
abstract class CachingSettings extends CachingSettings
Public API but not intended for subclassing
Public API but not intended for subclassing
Attributes
- Companion
- object
- Source
- CachingSettings.scala
- Supertypes
- Self type
-
CachingSettingsImpl
object CachingSettings
Attributes
- Companion
- class
- Source
- CachingSettings.scala
- Supertypes
- Self type
-
CachingSettings.type
abstract class LfuCacheSettings extends LfuCacheSettings
Public API but not intended for subclassing
Public API but not intended for subclassing
Attributes
- Companion
- object
- Source
- LfuCacheSettings.scala
- Supertypes
- Self type
-
LfuCachingSettingsImpl
object LfuCacheSettings
Attributes
- Companion
- class
- Source
- LfuCacheSettings.scala
- Supertypes
- Self type
-
LfuCacheSettings.type
In this article