cidStore
Temporarily hold references to new instances via their can-cid while they are undergoing creation.
WeakReferenceMap
Temporarily holds references to instances by
can-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.