KingRabbid commented on code in PR #6510:
URL: https://github.com/apache/jmeter/pull/6510#discussion_r2418207369


##########
xdocs/usermanual/properties_reference.xml:
##########
@@ -1985,6 +1985,10 @@ JMETER-SERVER</source>
     Used by JSR-223 elements.<br/>
     Size of compiled scripts cache.<br/>
     Defaults to: <code>100</code></property>
+    <property name="jsr223.compiled_scripts_cache_spec">
+      Used by JSR-223 elements.<br/>
+      Caffeine framework spec configuration in String format. Overrides 
<code>jsr223.compiled_scripts_cache_size</code><br/>
+      Defaults to: 
<code>maximumSize=<jsr223.compiled_scripts_cache_size>,recordStats</code></property>

Review Comment:
   Hi,
   
   some details in the Javadoc: 
https://www.javadoc.io/static/com.github.ben-manes.caffeine/caffeine/3.2.2/com.github.benmanes.caffeine/com/github/benmanes/caffeine/cache/Caffeine.html
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to