Expand description

This crate offers an evicting cache map. The map has a fixed capacity and will prune the oldest element to make room for a newer element. Optionally, a lambda can be provided which will be called with the Key-Value pair upon pruning.

Modules

Structs