cache
Caches and stores whose entries expire. The clock is always passed in, never read.
Install
Section titled “Install”Cargo feature cache (enabled by default). To compile only this module:
or in Cargo.toml:
Import path: helpers4::cache.
| Item | What it does |
|---|---|
ExpiringMap | A map whose entries expire, with the clock passed in by the caller. |
ExpiringSet | A set whose members expire: an ExpiringMap without values. |
