markashleybell-org / vault

A simple web app for storing encrypted login/password details.
0 stars 1 forks source link

Caching should become the responsibility of the repository #108

Closed markashleybell closed 6 years ago

markashleybell commented 6 years ago

Vault.cachedList invades all sorts of code and many functions must have side-effects to keep it updated. We should move responsibility for caching onto the repository implementation.