Expand description
A cache for files.
Structsยง
- File
Cache ๐A file cache manages files on local store and evict files based on size. - Index
Key ๐Key of file cache index. - Index
Value ๐An entity that describes the file in the file cache.
Enumsยง
- Type of the file.
Constantsยง
- FILE_
DIR ๐Subdirectory of cached files for write.
Functionsยง
- cache_
file_ ๐path Generates the path to the cached file. - parse_
index_ ๐key Parse index key from the file name.
Type Aliasesยง
- File
Cache ๐Ref