propertyCache
The property cache dictionary of the node.
Declaration
var propertyCache: NSMutableDictionary? { get set }Discussion
This dictionary is used by value(forKey:) and setValue(_:forKey:) for property values. This property is nil unless it has been explicitly set or non-nil values have been set for keys using setValue(_:forKey:).