uk.gov.hmrc.http.cache.client

Members list

Type members

Classlikes

case class CacheMap(id: String, data: Map[String, JsValue])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CacheMap.type
case class CachingException(msg: String, throwable: Throwable) extends Exception

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
trait CachingVerbs

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CryptoCacheMap(cm: CacheMap)(implicit crypto: Decrypter & Encrypter) extends CacheMap

Attributes

Supertypes
class CacheMap
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class DefaultCachingVerbs(httpClientV2: HttpClientV2) extends CachingVerbs

Attributes

Supertypes
trait CachingVerbs
class Object
trait Matchable
class Any
trait HttpCaching

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class KeyStoreEntryValidationException(val key: String, val invalidJson: JsValue, val readingAs: Class[_], val errors: Seq[(JsPath, Seq[JsonValidationError])]) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case object NoSessionException extends Exception

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
trait SessionCache extends HttpCaching

The session based client is the default

The session based client is the default

Attributes

Supertypes
trait HttpCaching
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

A cache client with a defined short lived TTL, i.e. longer than a user's browser session

A cache client with a defined short lived TTL, i.e. longer than a user's browser session

Attributes

Supertypes
trait HttpCaching
class Object
trait Matchable
class Any