deleteReference
weakReferenceMap.deleteReference(key)
Decrements the reference count for key and removes it if the reference count is 0. This should be called
when a value should not be managed by something, typically the constructor/store.
Parameters
- key
{String}:The key of the item in the store.