apollo-kotlin-normalized-cache
Toggle table of contents
1.0.0-beta.2-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-normalized-cache
normalized-cache
/
com.apollographql.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
>
>