Cache
cache.invalidate
Deletes object
from the Instance cache. Effectively invalidates object
as a reference to the underlying Instance.
cache.iscached
Checks whether object
exists in the Instance cache.
cache.replace
Replaces object
in the Instance cache with newObject
.
cloneref
Returns a copy of the Instance reference to object
. This is useful for managing an Instance without directly referencing it.
compareinstances
Returns whether objects a
and b
both reference the same Instance.
Last updated