CryptoCacheMap

uk.gov.hmrc.http.cache.client.CryptoCacheMap
class CryptoCacheMap(cm: CacheMap)(implicit crypto: Decrypter & Encrypter) extends CacheMap

Attributes

Graph
Supertypes
class CacheMap
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product