pub fn open_sync_archive_store<P: Into<PathBuf>>(
    path: P,
    cache_size: usize
) -> SyncStore
Expand description

Open a store that stores its data in the given directory as archive files.

cache_size specifies in megabytes how large the LRU cache should be. Loaded layers will stick around in the LRU cache to speed up subsequent loads.