Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doNotStoreOnDisk() #5984

Closed
Tracked by #2331
GeoffreyMetais opened this issue Jun 20, 2024 · 3 comments
Closed
Tracked by #2331

doNotStoreOnDisk() #5984

GeoffreyMetais opened this issue Jun 20, 2024 · 3 comments

Comments

@GeoffreyMetais
Copy link

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
Copy link
Contributor

Thanks for the feature request!

@BoD
Copy link
Contributor

BoD commented Jul 22, 2024

You can now do this with .memoryCacheOnly(true), since v4.0.0-rc.2.

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants