Structs§
- File
Backed LfuCache - 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§
- Async
File Repr - 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.