Function filecoin_proofs_api::seal::clear_cache

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

Ensure that any persisted cached data for specified sector size is discarded.

§Arguments

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