owenpahl commented on PR #5909: URL: https://github.com/apache/jmeter/pull/5909#issuecomment-1667106235
@vlsi, I know this change is old and is already in master for a while now. But I was looking through it as I was curious about the change to Caffeine, and I can't see anywhere in the source where compiled scripts are added to the new cache. There only appears to be two references to the cache, one to see if a script is present (https://github.com/apache/jmeter/blob/5380e59d62efbd91128e46990f14ca8a6f648c6d/src/core/src/main/java/org/apache/jmeter/util/JSR223TestElement.java#L249) and emptying the cache at the end of a test (https://github.com/apache/jmeter/blob/5380e59d62efbd91128e46990f14ca8a6f648c6d/src/core/src/main/java/org/apache/jmeter/util/JSR223TestElement.java#L357) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org