CachingHttpInterceptor

class CachingHttpInterceptor(    directory: File,     maxSize: Long,     fileSystem: FileSystem = FileSystem.SYSTEM) : HttpInterceptor

Constructors

Link copied to clipboard
fun CachingHttpInterceptor(    directory: File,     maxSize: Long,     fileSystem: FileSystem = FileSystem.SYSTEM)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun delete()
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open suspend override fun intercept(request: HttpRequest, chain: HttpInterceptorChain): HttpResponse
Link copied to clipboard
fun remove(key: String)

Properties

Link copied to clipboard
val cache: ApolloHttpCache