mito2::cache

Module file_cache

Source
Expand description

A cache for files.

Structsยง

  • FileCache ๐Ÿ”’
    A file cache manages files on local store and evict files based on size.
  • IndexKey ๐Ÿ”’
    Key of file cache index.
  • IndexValue ๐Ÿ”’
    An entity that describes the file in the file cache.

Enumsยง

Constantsยง

  • FILE_DIR ๐Ÿ”’
    Subdirectory of cached files for write.

Functionsยง

Type Aliasesยง