- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_evaluate_cacheEviction (0.13 seconds)
-
src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java
/** * Test that cache eviction works when exceeding max size (100). * Evaluates 110 distinct scripts, then verifies all still produce correct results. */ @Test public void test_evaluate_cacheEviction() { final GroovyEngine engine = new GroovyEngine(); final Map<String, Object> params = new HashMap<>(); for (int i = 0; i < 110; i++) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:03:38 GMT 2026 - 29.1K bytes - Click Count (0)