---
title: isDataCacheInhibited
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsvolume/datacachehandler/isdatacacheinhibited
---

# isDataCacheInhibited

A Boolean value that instructs FSKit not to call this protocol’s methods, even if the volume conforms to it.

## Declaration

```swift
optional var isDataCacheInhibited: Bool { get }
```

## Discussion

Discussion FSKit reads this value after the file system replies to the loadResource message. Changing the returned value during the runtime of the volume has no effect.
