A caching middleware that follows HTTP caching rules, thanks to
http-cache-semantics.
By default, it uses cacache as the backend cache manager.
Features
The following features are available. By default manager-cacache is enabled.
manager-cacache(default): use cacache, a high-performance disk cache, for the manager backend.manager-moka(disabled): use moka, a high-performance in-memory cache, for the manager backend.with-http-types(disabled): enable http-types type conversion support