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
{{ message }}
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
The Cache module after its recent rework is mostly the (formerly local) artifact cache, but some code still remains that deals with the persistent bank cache. This should be separate and tested individually to make sure nothing goes wrong that wouldn't be covered by the artifact cache unit tests.
Roadmap:
Split Cache into ArtifactCache and BankCache
Write unit tests for the new BankCache API
Optional: Create InventoryCache and do the same for that?
Rethink and maybe update the remaining (original) Cache API? Some of the code is ridiculously awful as it hasn't really changed since it was first conceived.
The text was updated successfully, but these errors were encountered:
The Cache module after its recent rework is mostly the (formerly local) artifact cache, but some code still remains that deals with the persistent bank cache. This should be separate and tested individually to make sure nothing goes wrong that wouldn't be covered by the artifact cache unit tests.
Roadmap:
The text was updated successfully, but these errors were encountered: