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
/
CacheMissLoggingInterceptor
Cache
Miss
Logging
Interceptor
class
CacheMissLoggingInterceptor
(
log
:
(
String
)
->
Unit
)
:
ApolloInterceptor
Members
Constructors
Cache
Miss
Logging
Interceptor
Link copied to clipboard
constructor
(
log
:
(
String
)
->
Unit
)
Functions
intercept
Link copied to clipboard
open
override
fun
<
D
:
Operation.Data
>
intercept
(
request
:
ApolloRequest
<
D
>
,
chain
:
ApolloInterceptorChain
)
:
Flow
<
ApolloResponse
<
D
>
>