---
title: data
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/cachedurlresponse/data
---

# data

The cached response’s data.

## Declaration

```swift
var data: Data { get }
```

## See Also

### Getting cached URL response properties

- [response](foundation/cachedurlresponse/response.md)
- [storagePolicy](foundation/cachedurlresponse/storagepolicy.md)
- [userInfo](foundation/cachedurlresponse/userinfo.md)
