TinyLFU

tiny_lfu provides a cache admission control policy.

Status

Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.

Scope

This library provides the AdmissionPolicy trait and TinyLFU implementation of said trait.

Warts

Documentation

The latest documentation is always available at docs.rs.

Updating