Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getVirtualHostKey_withCaching (0.11 sec)

  1. src/test/java/org/codelibs/fess/helper/VirtualHostHelperTest.java

            // Test caching by calling again - should return cached value
            key = virtualHostHelper.getVirtualHostKey();
            assertEquals("", key); // Still cached value
        }
    
        public void test_getVirtualHostKey_withCaching() {
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                private static final long serialVersionUID = 1L;
    
                @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 11.5K bytes
    - Viewed (0)
Back to top