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
Right now two files are stored for each cache entry: one for metadata and the other for the contents. This is typically for performance reasons (you don’t want to read the entire cache file contents to check the cache key).
It might be useful to have an option to disable this feature when the metadata and content are being stored outside of the .cache folder, thinking about https://www.zachleat.com/web/transcripts/ (putting transcripts in the repo)