class ConcurrentHashMapCache[Key, Value] extends Cache[Key, Value]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConcurrentHashMapCache
- Cache
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConcurrentHashMapCache()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(key: Key): Value
- Definition Classes
- ConcurrentHashMapCache → Cache
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(other: Any): Boolean
- def clear(): Unit
- Definition Classes
- ConcurrentHashMapCache → Cache
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains(key: Key): Boolean
- Definition Classes
- ConcurrentHashMapCache → Cache
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- ConcurrentHashMapCache → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(fn: (Key, Value) => Boolean): Option[(Key, Value)]
- Definition Classes
- ConcurrentHashMapCache → Cache
- def forEachValue(fn: (Value) => Unit): Unit
- Definition Classes
- ConcurrentHashMapCache → Cache
- def get(key: Key): Option[Value]
- Definition Classes
- ConcurrentHashMapCache → Cache
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrElse(key: Key, default: => Value): Value
- Definition Classes
- ConcurrentHashMapCache → Cache
- def getOrElseUpdate(key: Key, fn: => Value): Value
- Definition Classes
- ConcurrentHashMapCache → Cache
- def hashCode(): Int
- Definition Classes
- ConcurrentHashMapCache → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyExists(fn: (Key) => Boolean): Boolean
- Definition Classes
- ConcurrentHashMapCache → Cache
- def mapToSet[R](fn: (Key, Value) => R): Set[R]
- Definition Classes
- ConcurrentHashMapCache → Cache
- def mapValues[R](fn: (Value) => R): Map[Key, R]
- Definition Classes
- ConcurrentHashMapCache → Cache
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def remove(key: Key): Unit
- Definition Classes
- ConcurrentHashMapCache → Cache
- def removeKeys(fn: (Key) => Boolean): Unit
- Definition Classes
- ConcurrentHashMapCache → Cache
- def size: Int
- Definition Classes
- ConcurrentHashMapCache → Cache
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(key: Key, value: Value): Unit
- Definition Classes
- ConcurrentHashMapCache → Cache
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()