- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for invalidateAll (1 sec)
-
src/main/java/org/codelibs/fess/helper/PopularWordHelper.java
} return Collections.emptyList(); } /** * Clears all cached popular word lists. */ public void clearCache() { cache.invalidateAll(); } /** * Generates a cache key based on the provided parameters. * * @param seed the seed value * @param tags array of tags * @param roles array of rolesRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 7.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java
* This forces the next access to reload configurations from the underlying services. */ public void refresh() { crawlingConfigCache.invalidateAll(); } /** * Stores a crawling configuration in the session-based storage with a unique identifier. * The generated session count ID combines the session ID with an incrementing counter. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 19.5K bytes - Viewed (1)