Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for toParseableString (0.08 seconds)

  1. android/guava/src/com/google/common/cache/CacheBuilderSpec.java

      @VisibleForTesting @Nullable TimeUnit accessExpirationTimeUnit;
      @VisibleForTesting long refreshDuration;
      @VisibleForTesting @Nullable TimeUnit refreshTimeUnit;
    
      /** Specification; used for toParseableString(). */
      private final String specification;
    
      private CacheBuilderSpec(String specification) {
        this.specification = specification;
      }
    
      /**
       * Creates a CacheBuilderSpec from a string.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 18.2K bytes
    - Click Count (0)
  2. guava/src/com/google/common/cache/CacheBuilderSpec.java

      @VisibleForTesting @Nullable TimeUnit accessExpirationTimeUnit;
      @VisibleForTesting long refreshDuration;
      @VisibleForTesting @Nullable TimeUnit refreshTimeUnit;
    
      /** Specification; used for toParseableString(). */
      private final String specification;
    
      private CacheBuilderSpec(String specification) {
        this.specification = specification;
      }
    
      /**
       * Creates a CacheBuilderSpec from a string.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 18.2K bytes
    - Click Count (0)
Back to Top