ShortLivedHttpCaching
uk.gov.hmrc.http.cache.client.ShortLivedHttpCaching
trait ShortLivedHttpCaching extends HttpCaching
A cache client with a defined short lived TTL, i.e. longer than a user's browser session
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
def fetchAndGetEntry[T](cacheId: String, 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