# `BCCollectionView reloadDataWithItems:groups:emptyCaches:`

*Instance Method*

## Declaration

```swift
func reloadData(withItems newContent: [Any]!, groups newGroups: [Any]!, emptyCaches shouldEmptyCaches: Bool)
```

```objc
- (void) reloadDataWithItems:(NSArray *) newContent groups:(NSArray *) newGroups emptyCaches:(BOOL) shouldEmptyCaches;
```

```python
reloadDataWithItems_groups_emptyCaches_(newContent: list, newGroups: list, shouldEmptyCaches: bool)
```

