Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Equivalent (0.2 sec)

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

        }
        if (refreshTimeUnit != null) {
          builder.refreshAfterWrite(refreshDuration, refreshTimeUnit);
        }
    
        return builder;
      }
    
      /**
       * Returns a string that can be used to parse an equivalent {@code CacheBuilderSpec}. The order
       * and form of this representation is not guaranteed, except that reparsing its output will
       * produce a {@code CacheBuilderSpec} equal to this instance.
       */
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Aug 22 14:27:44 GMT 2022
    - 18.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/CacheBuilderSpec.java

        }
        if (refreshTimeUnit != null) {
          builder.refreshAfterWrite(refreshDuration, refreshTimeUnit);
        }
    
        return builder;
      }
    
      /**
       * Returns a string that can be used to parse an equivalent {@code CacheBuilderSpec}. The order
       * and form of this representation is not guaranteed, except that reparsing its output will
       * produce a {@code CacheBuilderSpec} equal to this instance.
       */
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Aug 22 14:27:44 GMT 2022
    - 18.1K bytes
    - Viewed (0)
Back to top