Function filecoin_proofs_api::seal::clear_layer_data

source ·
pub fn clear_layer_data(sector_size: u64, cache_path: &Path) -> Result<()>
Expand description

Ensure that any persisted layers are discarded.

§Arguments

  • sector_size - Sector size associated with cache data to clear.
  • cache_path - Path to directory where cached data is stored.