Class

sangria.util

ConcurrentHashMapCache

Related Doc: package util

Permalink

class ConcurrentHashMapCache[Key, Value] extends Cache[Key, Value]

Linear Supertypes
Cache[Key, Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcurrentHashMapCache
  2. Cache
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcurrentHashMapCache()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(key: Key): Value

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canEqual(other: Any): Boolean

    Permalink
  7. def clear(): Unit

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. def contains(key: Key): Boolean

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    ConcurrentHashMapCache → AnyRef → Any
  12. def find(fn: (Key, Value) ⇒ Boolean): Option[(Key, Value)]

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  13. def forEachValue(fn: (Value) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  14. def get(key: Key): Option[Value]

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def getOrElse(key: Key, default: ⇒ Value): Value

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  17. def getOrElseUpdate(key: Key, fn: ⇒ Value): Value

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  18. def hashCode(): Int

    Permalink
    Definition Classes
    ConcurrentHashMapCache → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def keyExists(fn: (Key) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  21. def mapToSet[R](fn: (Key, Value) ⇒ R): Set[R]

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  22. def mapValues[R](fn: (Value) ⇒ R): Map[Key, R]

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def remove(key: Key): Unit

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  27. def removeKeys(fn: (Key) ⇒ Boolean): Unit

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  28. def size: Int

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def update(key: Key, value: Value): Unit

    Permalink
    Definition Classes
    ConcurrentHashMapCacheCache
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Cache[Key, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped