cache.invalidate
Detectable (noticeable changes)
Clone the instance, destroy the original one, and replace it with the cloned one.
cache.replace
Detectable (noticeable changes)
Replace the a(Name and Parent) with b. The children/descendants won’t be affected by this, but still follow the parent, while b is nil parented. Also returns an instance of which is a
cache.iscached
Checks if the Target is cached, and then returns a boolean.
cache.compareinstances
Compares the instance of a and b, and then returns a boolean.