Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setScriptCacheSize (0.11 seconds)

  1. src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java

            }
        }
    
        /**
         * Sets the maximum number of compiled scripts to cache.
         *
         * @param scriptCacheSize the cache size
         */
        public void setScriptCacheSize(final int scriptCacheSize) {
            this.scriptCacheSize = scriptCacheSize;
        }
    
        /**
         * Sets the maximum length of script text included in warning log messages.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 11.9K bytes
    - Click Count (0)
Back to Top