CacheMap

uk.gov.hmrc.http.cache.client.CacheMap
See theCacheMap companion object
case class CacheMap(id: String, data: Map[String, JsValue])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

def getEntry[T](key: String)(implicit fjs: Reads[T]): Option[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product