| Modifier and Type | Method and Description |
|---|---|
CaffeineCache<K,V> |
CaffeineCache.doWith(CaffeineCache.Callback<K,V,com.github.benmanes.caffeine.cache.Cache<K,V>> configurer)
Configure a cache builder and creates a new
Cache. |
CaffeineCache<K,V> |
CaffeineCache.doWithAsync(CaffeineCache.AsyncCallback<K,V> configurer)
Configure a cache builder and creates a new
AsyncLoadingCache. |
static CaffeineCache<String,Object> |
CaffeineCache.newCache()
|
Copyright © 2017. All rights reserved.