A concrete class that you use to represent basic nodes in a Core Data atomic store.
SDKs
- iOS 3.0+
- macOS 10.5+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Data
Declaration
class NSAtomicStoreCacheNode : NSObject
Overview
A node represents a single record in a persistent store.
You can subclass NSAtomic
to provide custom behavior.