Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastLoadedTime (0.84 sec)

  1. src/main/java/org/codelibs/fess/ds/DataStoreFactory.java

         */
        protected volatile String[] dataStoreNames = StringUtil.EMPTY_STRINGS;
    
        /**
         * Timestamp of the last time data store names were loaded from plugin files.
         * Used to implement a time-based cache refresh mechanism.
         * Volatile to ensure visibility across threads.
         */
        protected volatile long lastLoadedTime = 0;
    
        /**
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 9K bytes
    - Viewed (0)
Back to top