Crate file_lfu

Source

Structs§

FileBackedLfuCache
A LFU (least frequently used) cache layered on top a file system, where files can be accessed using their unique keys.

Enums§

Error
Errors produced by FileBackedLfuCache.

Traits§

AsyncFileRepr
A data structure with a file representation which can be loaded from and flushed to disk asynchronously.
Key
A datatype that can be used as the access key for cached items.