addCacheNodes(_:)
Registers a set of cache nodes with the receiver.
Declaration
func addCacheNodes(_ cacheNodes: Set<NSAtomicStoreCacheNode>)Parameters
- cacheNodes:
A set of cache nodes.
Discussion
You should invoke this method in a subclass during the call to load() to register the loaded information with the store.