ConcurrentHashMapCache

case class ConcurrentHashMapCache(map: ConcurrentHashMap[AnyRef, Eval[Any]]) extends Cache
trait Serializable
trait Product
trait Equals
trait Cache
class Object
trait Matchable
class Any

Type members

Types

type C = Cache

Value members

Concrete methods

def get[V](key: AnyRef): Option[V]
def memo[V](key: AnyRef, value: => V): V
def put[V](key: AnyRef, value: V): V
def reset(key: AnyRef): C

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product