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

# storagePolicy

The cached response’s storage policy.

## Declaration

```swift
var storagePolicy: URLCache.StoragePolicy { get }
```

## Mentioned in

Accessing cached data

## See Also

### Getting cached URL response properties

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