Structsยง
- Skmv
Cache SkmvCacheis a specialized cache that allows storing multiple values against a single key, with each value having its own expiry time. It is an tokio-based asynchronous cache that is designed to be cloned and shared across multiple threads by tokio tasks.- Skmv
Config - Configuration for the SkmvCache initialization via
SkmvCache::new.