- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for withRefreshes (0.06 sec)
-
android/guava-tests/test/com/google/common/cache/CacheBuilderFactory.java
CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { this.expireAfterAccesses = new LinkedHashSet<>(durations); return this; } @CanIgnoreReturnValue CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { this.refreshes = new LinkedHashSet<>(durations); return this; } @CanIgnoreReturnValue CacheBuilderFactory withKeyStrengths(Set<Strength> keyStrengths) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 8.4K bytes - Viewed (0)