Contents

cacheNodes()

Returns the set of cache nodes registered with the receiver.

Declaration

func cacheNodes() -> Set<NSAtomicStoreCacheNode>

Return Value

The set of cache nodes registered with the receiver.

Discussion

You should modify this collection using addCacheNodes(_:): and willRemoveCacheNodes(_:).

See Also

Utility Methods