Cache management
xllify caches completed external and async function results for instant recalculation. If the input value changes, that is a new execution, of course.
Clearing the cache
1
Incomplete functions:
If a cell is deleted before completion, the cache entry is removed
Last updated