Cache
Clone Reference
<Instance> cloneref(<Instance.X>)
Pushes
Instance.X
in a new cache.
Compare Instances
<bool> compareinstances(<Instance.X>, <Instance.Y>)
Compares instances internally.
Invalidate
<void> cache.invalidate(<Instance>)
Invalidates
Instance
in the cache within registry.
Is Cached
<bool> cache.iscached(<Instance>)
Returns if
Instance
is currently cached in the cache within registry.
Replace
<void> cache.replace(<Instance.X>, <Instance.Y>)
Replaces
Instance.X
withInstance.Y
in the cache within registry.
Last updated