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 the cached crate for this.
Desired solution
A solution that makes use of the cached crate should be considered.
Motivation
Currently the
ArchiveCachestruct implements a cache to hold the resources in memory until a restart of the app. It may be more efficient to use thecachedcrate for this.Desired solution
A solution that makes use of the
cachedcrate should be considered.