Crate rmw_ttlmap

Crate rmw_ttlmap 

Source
Expand description

Very small caching utility with async locking support.

All interaction in this crate will be done through the Cache type, so please see the the cache module for further instructions.

Re-exports§

pub use crate::cache::Cache;
pub use crate::entry::CacheEntry;
pub use crate::entry::CacheExpiration;

Modules§

cache
Caching structures for use in an asynchronous context.
entry
Small structures based around entries in the cache.