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
| Function | Description |
|---|---|
cache.invalidate | Invalidates the cached registry reference for an instance. |
cache.iscached | Returns whether an instance currently has a cached registry reference. |
cache.replace | Replaces the cached registry reference for one instance with another instance reference. |
cloneref | Clones an instance, holding the same registry reference and metadata. |
compareinstances | Compares two instance references and returns true when they point to the same instance. |