struct Zap::Store
- Zap::Store
- Struct
- Value
- Object
Defined in:
store.crConstant Summary
-
LOCKS_STORE_PREFIX =
"locks"
-
PACKAGES_STORE_PREFIX =
"packages"
Constructors
Instance Method Summary
- #file_path(filename : String)
- #package_is_cached?(package : Package)
- #package_metadata_path(package : Package)
- #package_path(package : Package)
- #remove_package(package : Package)
- #store_file(filename : String, contents : IO | String)
- #store_temp_tarball(tarball_url : String) : Path
- #unpack_and_store_tarball(package : Package, io : IO)
- #with_lock(package : Package, config : Config, &)
- #with_lock(lock_name : String | Path, config : Config, &)