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
Due to the filesystem backend using hive, it's not human readable, hence hard to manually go in the cache to remove entries, or debug what is happening.
One option would be to not use hive for storage, and instead rely on the filesystem itself (which can have portability issues), the other would be to add a subcommand to manage the cache, list items in the cache, purge it, or even add items manually in there.
The text was updated successfully, but these errors were encountered:
Due to the filesystem backend using hive, it's not human readable, hence hard to manually go in the cache to remove entries, or debug what is happening.
One option would be to not use hive for storage, and instead rely on the filesystem itself (which can have portability issues), the other would be to add a subcommand to manage the cache, list items in the cache, purge it, or even add items manually in there.
The text was updated successfully, but these errors were encountered: