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 39 class CacheBuilderFactory {
51 CacheBuilderFactory withConcurrencyLevels(Set<Integer> concurrencyLevels) {
56 CacheBuilderFactory withInitialCapacities(Set<Integer> initialCapacities) {
61 CacheBuilderFactory withMaximumSizes(Set<Integer> maximumSizes) {
66 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) {
71 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) {
76 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) {
81 CacheBuilderFactory withKeyStrengths(Set<Strength> keyStrengths) {
87 CacheBuilderFactory withValueStrengths(Set<Strength> valueStrengths) {
CacheReferencesTest.java 46 private CacheBuilderFactory factoryWithAllKeyStrengths() {
47 return new CacheBuilderFactory()
53 CacheBuilderFactory factory = factoryWithAllKeyStrengths();
EmptyCachesTest.java 24 import com.google.common.cache.CacheBuilderFactory.DurationSpec;
352 CacheBuilderFactory factory = cacheFactory();
362 private CacheBuilderFactory cacheFactory() {
363 return new CacheBuilderFactory()
PopulatedCachesTest.java 25 import com.google.common.cache.CacheBuilderFactory.DurationSpec;
297 CacheBuilderFactory factory = cacheFactory();
307 private CacheBuilderFactory cacheFactory() {
314 return new CacheBuilderFactory()

Completed in 191 milliseconds