🗃ī¸Cache Library

Replace:

<void> cache.replace(<Instance.X>, <Instance.Y>)
  • Replaces Instance.X with Instance.Y in the cache within registry.


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.


Clone Reference:

<Instance> cloneref(<Instance.X>)
  • Pushes Instance.X in a new cache.


Compare Instances:

<bool> compareinstances(<Instance.X>, <Instance.Y>)
  • Compares instances internally.

Last updated