toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-normalized-cache
/
com.apollographql.apollo.cache.normalized
/
CacheInfo
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
CacheInfo
cache
End
Millis
Link copied to clipboard
fun
cacheEndMillis
(
cacheEndMillis
:
Long
)
:
CacheInfo.Builder
cache
Hit
Link copied to clipboard
fun
cacheHit
(
cacheHit
:
Boolean
)
:
CacheInfo.Builder
cache
Miss
Exception
Link copied to clipboard
fun
cacheMissException
(
cacheMissException
:
CacheMissException
?
)
:
CacheInfo.Builder
cache
Start
Millis
Link copied to clipboard
fun
cacheStartMillis
(
cacheStartMillis
:
Long
)
:
CacheInfo.Builder
network
End
Millis
Link copied to clipboard
fun
networkEndMillis
(
networkEndMillis
:
Long
)
:
CacheInfo.Builder
network
Exception
Link copied to clipboard
fun
networkException
(
networkException
:
ApolloException
?
)
:
CacheInfo.Builder
network
Start
Millis
Link copied to clipboard
fun
networkStartMillis
(
networkStartMillis
:
Long
)
:
CacheInfo.Builder