nestrs-cache-manager 0.1.0

Rust port of @nestjs/cache-manager backed by moka.
Documentation
1
2
3
4
5
6
7
//! Port map for upstream `lib/decorators/index.ts`.

pub mod cache_key_decorator;
pub mod cache_ttl_decorator;

pub use cache_key_decorator::{CacheKey, CacheKeyFactory, CacheKeyMetadata};
pub use cache_ttl_decorator::{CacheTTL, CacheTTLFactory, CacheTTLMetadata};