cache_loader_async 0.0.5

A thread safe loading cache with async loader functions based on tokio
Documentation
mod internal_cache;
pub mod cache_api;
pub mod backing;

#[cfg(test)]
pub(crate) mod test;