CacheIdType

uk.gov.hmrc.mongo.cache.CacheIdType
See theCacheIdType companion trait
object CacheIdType

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object SessionCacheId extends CacheIdType[RequestHeader]

Attributes

Supertypes
trait CacheIdType[RequestHeader]
class Object
trait Matchable
class Any
Self type
case class SessionUuid(sessionIdKey: String) extends CacheIdType[RequestHeader]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CacheIdType[RequestHeader]
class Object
trait Matchable
class Any
Show all
object SimpleCacheId extends CacheIdType[String]

Attributes

Supertypes
trait CacheIdType[String]
class Object
trait Matchable
class Any
Self type