Contents

cacheNode(for:)

Returns the cache node for a given managed object ID.

Declaration

func cacheNode(for objectID: NSManagedObjectID) -> NSAtomicStoreCacheNode?

Parameters

  • objectID:

    A managed object ID.

Return Value

The cache node for objectID.

Discussion

This method is normally used by cache nodes to locate related cache nodes (by relationships).

See Also

Utility Methods