Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 56789012 (0.03 sec)

  1. android/guava-tests/test/com/google/common/cache/CacheExpirationTest.java

        ticker.advance(2, MILLISECONDS);
        assertThat(keySet).containsExactly(3, 4, 5, 6, 7, 8, 9, 0, 1, 2);
    
        // 3 expires
        ticker.advance(1, MILLISECONDS);
        assertThat(keySet).containsExactly(4, 5, 6, 7, 8, 9, 0, 1, 2);
    
        // reorder
        getAll(cache, asList(5, 7, 9));
        CacheTesting.drainRecencyQueues(cache);
        assertThat(keySet).containsExactly(4, 6, 8, 0, 1, 2, 5, 7, 9);
    
        // 4 expires
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  2. docs/en/data/translators.yml

      url: https://github.com/Vincy1230
    rjNemo:
      login: rjNemo
      count: 8
      avatarUrl: https://avatars.githubusercontent.com/u/56785022?u=d5c3a02567c8649e146fcfc51b6060ccaf8adef8&v=4
      url: https://github.com/rjNemo
    xzmeng:
      login: xzmeng
      count: 8
      avatarUrl: https://avatars.githubusercontent.com/u/40202897?v=4
      url: https://github.com/xzmeng
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  3. docs/en/data/translation_reviewers.yml

      url: https://github.com/mezgoodle
    rjNemo:
      login: rjNemo
      count: 34
      avatarUrl: https://avatars.githubusercontent.com/u/56785022?u=d5c3a02567c8649e146fcfc51b6060ccaf8adef8&v=4
      url: https://github.com/rjNemo
    codingjenny:
      login: codingjenny
      count: 34
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 65.1K bytes
    - Viewed (0)
Back to top