cache

abstract var cache: {node/Dict<node/module/Module>=} ERROR CLASS: Symbol not found for Record<kotlin/String, node/module/Module>(source)

Modules are cached in this object when they are required. By deleting a key value from this object, the next require will reload the module. This does not apply to native addons, for which reloading will result in an error.

Since

v0.3.0