- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for withMaximumSizes (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/cache/CacheBuilderFactory.java
CacheBuilderFactory withInitialCapacities(Set<Integer> initialCapacities) { this.initialCapacities = new LinkedHashSet<>(initialCapacities); return this; } @CanIgnoreReturnValue CacheBuilderFactory withMaximumSizes(Set<Integer> maximumSizes) { this.maximumSizes = new LinkedHashSet<>(maximumSizes); return this; } @CanIgnoreReturnValue CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 7.5K bytes - Click Count (0)