Module utils

Module utils 

Source

Functionsยง

get_from_cache ๐Ÿ”’
Gets a manifest file from cache. Returns the file data if found in cache, None otherwise.
put_to_cache ๐Ÿ”’
Puts a manifest file into cache.
remove_from_cache ๐Ÿ”’
Removes a manifest file from cache.
sort_manifests ๐Ÿ”’
Sorts the manifest files.
write_and_put_cache ๐Ÿ”’
Writes data to object store and puts it into cache.