Skip to main content

Crate bazuka

Crate bazuka 

Source

Structsยง

SkmvCache
SkmvCache is 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.
SkmvConfig
Configuration for the SkmvCache initialization via SkmvCache::new.