CacheItem

final case class CacheItem[I, T](key: I, var value: T, var prev: Option[CacheItem[I, T]], var next: Option[CacheItem[I, T]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product