SessionCache
uk.gov.hmrc.http.cache.client.SessionCache
trait SessionCache extends HttpCaching
The session based client is the default
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
def fetchAndGetEntry[T](key: String)(implicit hc: HeaderCarrier, rds: Reads[T], ec: ExecutionContext): Future[Option[T]]
Inherited methods
Attributes
- Inherited from:
- HttpCaching
Attributes
- Inherited from:
- HttpCaching
Attributes
- Inherited from:
- HttpCaching
Attributes
- Inherited from:
- HttpCaching
Attributes
- Inherited from:
- HttpCaching
Attributes
- Inherited from:
- HttpCaching
Attributes
- Inherited from:
- HttpCaching
def fetchAndGetEntry[T](source: String, cacheId: String, key: String)(implicit hc: HeaderCarrier, rds: Reads[T], ec: ExecutionContext): Future[Option[T]]
Attributes
- Inherited from:
- HttpCaching
Attributes
- Inherited from:
- HttpCaching
In this article