pub fn load_availability_from_disk(
cache: &Arc<UnifiedCache>,
availability_path: &Path,
) -> boolExpand description
Load availability state from disk if the file exists.
Returns true when an availability-only cache was restored successfully.