Module filesystem

Source

Structsยง

FileSystemCache
A cache that saves modules to a folder on the host filesystem using Module::serialize().

Functionsยง

deserialize ๐Ÿ”’
read_file ๐Ÿ”’
tokio_contains ๐Ÿ”’
Checks if the path exists in the filesystem cache.
tokio_load ๐Ÿ”’
Loads a module from the filesystem cache.
tokio_save ๐Ÿ”’
Saves the module to the filesystem cache.