HomeSort by relevance Sort by last modified time
    Searched refs:CacheBuilderFactory (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java 38 class CacheBuilderFactory {
50 CacheBuilderFactory withConcurrencyLevels(Set<Integer> concurrencyLevels) {
55 CacheBuilderFactory withInitialCapacities(Set<Integer> initialCapacities) {
60 CacheBuilderFactory withMaximumSizes(Set<Integer> maximumSizes) {
65 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) {
70 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) {
75 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) {
80 CacheBuilderFactory withKeyStrengths(Set<Strength> keyStrengths) {
86 CacheBuilderFactory withValueStrengths(Set<Strength> valueStrengths) {
CacheReferencesTest.java 47 private CacheBuilderFactory factoryWithAllKeyStrengths() {
48 return new CacheBuilderFactory()
54 CacheBuilderFactory factory = factoryWithAllKeyStrengths();
EmptyCachesTest.java 24 import com.google.common.cache.CacheBuilderFactory.DurationSpec;
350 CacheBuilderFactory factory = cacheFactory();
360 private CacheBuilderFactory cacheFactory() {
361 return new CacheBuilderFactory()
PopulatedCachesTest.java 27 import com.google.common.cache.CacheBuilderFactory.DurationSpec;
299 CacheBuilderFactory factory = cacheFactory();
309 private CacheBuilderFactory cacheFactory() {
316 return new CacheBuilderFactory()

Completed in 2537 milliseconds