Module ccache::slru[][src]

Basic SLRU cache

Extra features: callbacks on get/insert, lazy scan callback

The lazy scan is a scan that only runs on one more element after each get/insert
This means that X elements will be fully scanned only after X get/insert

Structs

SLRU

SLRU implementation

SLRUShared

Actual implementation of the SLRU on a shared hashmap