Category

Cache

Reference caching and instance comparison.

Category guide

Overview

Use this overview to understand the category before opening a specific function.
  • See what this group of functions is meant to solve.
  • Compare function names and descriptions in one table.
  • Open a function for syntax, arguments, returns, and examples.

Cache

Available functions

5 functions
FunctionDescription
cache.invalidateInvalidates the cached registry reference for an instance.
cache.iscachedReturns whether an instance currently has a cached registry reference.
cache.replaceReplaces the cached registry reference for one instance with another instance reference.
clonerefClones an instance, holding the same registry reference and metadata.
compareinstancesCompares two instance references and returns true when they point to the same instance.