Crate file_lfu

source ·

Structs

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

Enums

  • Errors produced by FileBackedLfuCache.

Traits

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