You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Kotlin usage and allow us to serve you better.
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 :)
The text was updated successfully, but these errors were encountered: