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ยง
- File
Type - 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