Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划在我的应用程序中嵌入 groovy 并以编程方式使用GroovyShell - 我将使用不同的参数多次运行相同的脚本。
GroovyShell 是缓存已编译的脚本还是仅作为无状态解释器工作?
我认为它不会缓存脚本。看一下代码。除非注释错误,否则不会缓存脚本。 第 511 行。