Minimal async cache with support for key expirations.
# Cargo.toml
[dependencies]
retainer = "0.4.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an async cache and insert/retrieve a value.
Add tokio as a dependency and use #[tokio::main] or another runtime.
No dependency data recorded yet.