toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
apollo-http-cache
/
com.apollographql.apollo.cache.http
/
CachingHttpInterceptor
Caching
Http
Interceptor
class
CachingHttpInterceptor
:
HttpInterceptor
Members
Constructors
Caching
Http
Interceptor
Link copied to clipboard
constructor
(
directory
:
File
,
maxSize
:
Long
,
fileSystem
:
FileSystem
=
FileSystem.SYSTEM
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cache
Link copied to clipboard
val
cache
:
ApolloHttpCache
Functions
dispose
Link copied to clipboard
open
fun
dispose
(
)
intercept
Link copied to clipboard
open
suspend override
fun
intercept
(
request
:
HttpRequest
,
chain
:
HttpInterceptorChain
)
:
HttpResponse