Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for withExpireAfterWrites (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

      CacheBuilderFactory withMaximumSizes(Set<Integer> maximumSizes) {
        this.maximumSizes = new LinkedHashSet<>(maximumSizes);
        return this;
      }
    
      @CanIgnoreReturnValue
      CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) {
        this.expireAfterWrites = new LinkedHashSet<>(durations);
        return this;
      }
    
      @CanIgnoreReturnValue
      CacheBuilderFactory withExpireAfterAccesses(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)
Back to Top