nestrs-cache-manager-0.1.0 has been yanked.
nestrs-cache-manager
Rust port of @nestjs/cache-manager.
Source baseline: cache-manager-upstream package @nestjs/cache-manager 3.1.2.
The npm package delegates storage to cache-manager, keyv, and cacheable.
There is a Rust crate named cache_manager, but it manages filesystem cache
paths and is not an equivalent runtime key/value cache. This crate therefore
uses moka for the in-memory cache implementation and ports the Nest module,
provider, decorator, interceptor, and option surfaces around it.