http-caching-client-play-30
http-caching-client-play-30
API
uk.gov.hmrc.http.cache.client
CacheMap
CacheMap
CachingException
CachingVerbs
CryptoCacheMap
DefaultCachingVerbs
HttpCaching
KeyStoreEntryValidationException
NoSessionException
SessionCache
ShortLivedCache
ShortLivedHttpCaching
http-caching-client-play-30
/
uk.gov.hmrc.http.cache.client
/
CachingVerbs
CachingVerbs
uk.gov.hmrc.http.cache.client.CachingVerbs
trait
CachingVerbs
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
DefaultCachingVerbs
Members list
Clear all
Value members
Abstract methods
def
delete
(
uri
:
String
)(
implicit
hc
:
HeaderCarrier
,
ec
:
ExecutionContext
):
Future
[
Unit
]
def
get
(
uri
:
String
)(
implicit
hc
:
HeaderCarrier
,
ec
:
ExecutionContext
):
Future
[
CacheMap
]
def
put
[
T
](
uri
:
String
,
body
:
T
)(
implicit
hc
:
HeaderCarrier
,
wts
:
Writes
[
T
],
ec
:
ExecutionContext
):
Future
[
CacheMap
]
In this article
Attributes
Members list
Value members
Abstract methods