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.