public class CacheBuilder<K,V> extends Object
Constructor and Description |
---|
CacheBuilder() |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
build() |
CacheBuilder |
withCacheLoader(com.google.common.cache.CacheLoader<K,V> loader) |
CacheBuilder |
withConfig(CacheConfig config) |
public CacheBuilder withConfig(CacheConfig config)
public CacheBuilder withCacheLoader(com.google.common.cache.CacheLoader<K,V> loader)
Copyright © 2021. All rights reserved.