<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSOpenItemResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSOpenItemResult"
  },
  "title" : "FSOpenItemResult"
}
-->

# FSOpenItemResult

The result of an open-item call.

```
class FSOpenItemResult
```

## Overview

Use this type in your implementation of [`open(_:modes:cacheMode:context:replyHandler:)`](/documentation/FSKit/FSVolume/DataCacheHandler/open(_:modes:cacheMode:context:replyHandler:)).

## Topics

### Creating an open-item result

[`init(grantedCoherency: FSVolume.KernelCacheCoherencyType)`](/documentation/FSKit/FSOpenItemResult/init(grantedCoherency:))

Creates an open-item result.

[`enum KernelCacheCoherencyType`](/documentation/FSKit/FSVolume/KernelCacheCoherencyType)

A type that defines how the kernel caches data.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

### Inherits From

[`FSVolumeHandlerResult`](/documentation/FSKit/FSVolumeHandlerResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)