Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for oldu (0.14 sec)

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

       * CacheLoader#reload}
       * to obtain a future of the new value. If the returned future is already complete, it is returned
       * immediately. Otherwise, the old value is returned.
       *
       * <p><b>Note:</b> <i>all exceptions thrown during refresh will be logged and then swallowed</i>.
       *
       * @param duration the length of time after an entry is created that it should be considered
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 51.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/CacheBuilder.java

       * occurs. The request triggering refresh will make a synchronous call to {@link
       * CacheLoader#reload}
       * and immediately return the new value if the returned future is complete, and the old value
       * otherwise.
       *
       * <p><b>Note:</b> <i>all exceptions thrown during refresh will be logged and then swallowed</i>.
       *
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 44.8K bytes
    - Viewed (0)
Back to top