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
Hey, sorry I didn't reply to this sooner. There's no built-in method for the cache to be persisted to files, it's not really part of the design. We could make the Endpoint#cache property public though so it can be accessed by code outside the class, and then any code can write it to file if you want.
Hey, this lib looks really cool and I'm considering using it in a cli tool I'm developing 😀
Is there a way to persist the cache to a file instead of the in memory cache that you have implemented?
If not; are you open to PRs?
Thanks
The text was updated successfully, but these errors were encountered: