Contents

NSAtomicStoreCacheNode

A concrete class that you use to represent basic nodes in a Core Data atomic store.

Declaration

class NSAtomicStoreCacheNode

Overview

A node represents a single record in a persistent store.

You can subclass NSAtomicStoreCacheNode to provide custom behavior.

Topics

Initializing a Cache Node

Managing Node Data

See Also

Store Coordination