cachekit 0.5.0

High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
Documentation

cachekit

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 22 feature flags, 5 of them enabled by default.

default

policy-clock (default)

This feature flag does not enable additional features.

policy-fast-lru (default)

This feature flag does not enable additional features.

policy-lru (default)

This feature flag does not enable additional features.

policy-lru-k (default)

This feature flag does not enable additional features.

policy-s3-fifo (default)

This feature flag does not enable additional features.

concurrency

metrics

This feature flag does not enable additional features.

parking_lot

policy-all

policy-arc

This feature flag does not enable additional features.

policy-car

This feature flag does not enable additional features.

policy-clock-pro

This feature flag does not enable additional features.

policy-fifo

This feature flag does not enable additional features.

policy-heap-lfu

This feature flag does not enable additional features.

policy-lfu

This feature flag does not enable additional features.

policy-lifo

This feature flag does not enable additional features.

policy-mfu

This feature flag does not enable additional features.

policy-mru

This feature flag does not enable additional features.

policy-nru

This feature flag does not enable additional features.

policy-random

This feature flag does not enable additional features.

policy-slru

This feature flag does not enable additional features.

policy-two-q

This feature flag does not enable additional features.