cidStore
Temporarily hold references to new instances via their cid while they are undergoing creation.
WeakReferenceMap
Temporarily holds references to instances by
cid when they are in the process of being created and don't yet have an id
s. This is typically
accessed in createdData
handlers (e.g real-time.createdData) that
need to lookup the instance that was being created during a particular request.