Cache
The Cache library provides functions for manipulating the instance reference cache.
Overview
These functions allow you to:
- Replace cached instance references
- Invalidate cached references
- Check if an instance is cached
Available Functions
| Function | Description |
|---|---|
cache.replace | Replace a cached instance reference |
cache.invalidate | Remove an instance from the cache |
cache.iscached | Check if an instance is cached |
Related Functions
| Function | Description |
|---|---|
cloneref | Clone an instance reference |
compareinstances | Compare two instance references |