apollographql / apollo-kotlin

:robot:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.
https://www.apollographql.com/docs/kotlin
MIT License
3.7k stars 651 forks source link

doNotStoreOnDisk() #5984

Open GeoffreyMetais opened 1 week ago

GeoffreyMetais commented 1 week ago

Use case

For features not needing disk persistency, but just a in-memroy caching mecanism and high performances 🚀

It would be useful to have the equivalent of doNotStore operator, disabling I/O operations but not in-memory caching

Describe the solution you'd like

doNotStoreOnDisk() operator :)

martinbonnin commented 1 week ago

Thanks for the feature request!