pub async fn project_invalidate_persistent_cache(
project: External<ProjectInstance>,
) -> Result<()>
Expand description
Invalidates the persistent cache so that it will be deleted next time that a turbopack project is created with persistent caching enabled.