---
title: URLCache.StoragePolicy.notAllowed
framework: foundation
role: symbol
role_heading: Case
path: foundation/urlcache/storagepolicy/notallowed
---

# URLCache.StoragePolicy.notAllowed

Storage in URLCache is not allowed in any fashion, either in memory or on disk.

## Declaration

```swift
case notAllowed
```

## See Also

### Policies

- [URLCache.StoragePolicy.allowed](foundation/urlcache/storagepolicy/allowed.md)
- [URLCache.StoragePolicy.allowedInMemoryOnly](foundation/urlcache/storagepolicy/allowedinmemoryonly.md)
