apollographql / apollo-kotlin-java-support

Java support for Apollo Kotlin
https://apollographql.github.io/apollo-kotlin-java-support/
MIT License
1 stars 0 forks source link

Java runtime http cache #16

Open martinbonnin opened 2 years ago

martinbonnin commented 2 years ago

Add HTTP caching capabilities to the Java Runtime. Explore if we can reuse the OkHttp cache (but certainly with tweaks as POSTs are not cached by default).