neocache 1.0.0

A concurrent HashMap with S3-FIFO cache eviction, forked from DashMap
Documentation
1
2
3
4
5
6
7
8
//! Map reference types returned by lock-holding accessors.
//!
//! These types hold a per-shard `RwLock` guard and provide scoped access to
//! keys and values. Do not hold them across `.await` points.

pub mod entry;
pub mod multiple;
pub mod one;