Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cactus (0.02 sec)

  1. android/guava/src/com/google/common/cache/CacheBuilder.java

     * calling it should not be necessary with a high throughput cache. Only caches built with {@link
     * #removalListener removalListener}, {@link #expireAfterWrite expireAfterWrite}, {@link
     * #expireAfterAccess expireAfterAccess}, {@link #weakKeys weakKeys}, {@link #weakValues
     * weakValues}, or {@link #softValues softValues} perform periodic maintenance.
     *
     * <p>The caches produced by {@code CacheBuilder} are serializable, and the deserialized caches
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 51.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                return value;
            }
            return request.getRemoteAddr();
        }
    
        /**
         * Gets a cached facet response for the given query.
         * Creates and caches the response if not already cached.
         *
         * @param query the search query
         * @return the facet response
         * @throws FessSystemException if facet data cannot be loaded
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
Back to top