fibre_cache 0.4.0

Best in-class comprehensive, high-performance, concurrent multi-mode sync/async caching library for Rust. Inspired by Java's Caffeine, it provides a rich, ergonomic API including a runtime-agnostic CacheLoader, an atomic `entry` API, and a wide choice of modern eviction policies like W-TinyLFU, SIEVE, ARC, LRU, Clock, SLRU, Random.
Documentation

fibre_cache

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 4 of them enabled by default.

default

bulk (default)

random (default)

serde (default)

tokio (default)

full

rapidhash