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
Currently the ArchiveCache struct implements a cache to hold the resources in memory until a restart of the app. It may be more efficient to use the cached crate for this.
Desired solution
A solution that makes use of the cached crate should be considered.
The text was updated successfully, but these errors were encountered:
Motivation
Currently the
ArchiveCache
struct implements a cache to hold the resources in memory until a restart of the app. It may be more efficient to use thecached
crate for this.Desired solution
A solution that makes use of the
cached
crate should be considered.The text was updated successfully, but these errors were encountered: