Icon CacheModules Property

property CacheModules: Boolean

Use the CacheModules property to specify whether external modules will be loaded once into memory and cached there until the current session is closed. Setting this property to True can result in significant performance improvements. This is especially true for configurations with many different external modules. The default value is False.

Information Setting this property to True will prevent you from replacing any of the external modules on disk while the session is active.
Image