# `BCCollectionView reloadDataWithItems:emptyCaches:`

*Instance Method*

## Declaration

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

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

```python
reloadDataWithItems_emptyCaches_(newContent: list, shouldEmptyCaches: bool)
```

