Akka HTTP 10.7.1 - akka.http.caching.scaladsl.Cache (original) (raw)
abstract class Cache[K, V] extends javadsl.Cache[K, V]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Cache
- Cache
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
- new Cache()
Abstract Value Members
- abstract def apply(key: K, genValue: () => Future[V]): Future[V]
- abstract def clear(): Unit
- abstract def get(key: K): Option[Future[V]]
- abstract def getOrLoad(key: K, loadValue: (K) => Future[V]): Future[V]
- abstract def keys: Set[K]
- abstract def put(key: K, mayBeValue: Future[V])(implicit ex: ExecutionContext): Future[V]
- abstract def remove(key: K): Unit
- abstract def size(): Int
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (Cache[K, V], B)
- final def ==(arg0: Any): Boolean
- def apply(key: K, f: (Promise[V]) => Unit): Future[V]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (Cache[K, V]) => Boolean, msg: => Any): Cache[K, V]
- def ensuring(cond: (Cache[K, V]) => Boolean): Cache[K, V]
- def ensuring(cond: Boolean, msg: => Any): Cache[K, V]
- def ensuring(cond: Boolean): Cache[K, V]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def get(key: K, block: () => V): Future[V]
- final def getClass(): Class[_ <: AnyRef]
- final def getFuture(key: K, genValue: Creator[CompletionStage[V]]): CompletionStage[V]
- def getKeys(): Set[K]
- def getOptional(key: K): Optional[CompletionStage[V]]
- def getOrCreateStrict(key: K, block: Creator[V]): CompletionStage[V]
- final def getOrFulfil(key: K, f: Procedure[CompletableFuture[V]]): CompletionStage[V]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit