apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
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
>
>