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
I am using octokit to get stuff from github and want cache all get requests and persist the changes during server restarts (Astro Framework). So the filesystem cache should work but I don't want to use fs modules without async because that would block the page render.
Axios supports the same via interceptors so i thought there would be some support in xior also.
Can someone help me on using a async defaultCache for cachePlugin. I want to do filesystem IO for the cache so async is required.
The text was updated successfully, but these errors were encountered: