public class CacheUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K extends org.dmg.pmml.PMMLObject,V> |
getValue(K key,
Callable<? extends V> loader,
com.google.common.cache.Cache<K,V> cache) |
static <K extends org.dmg.pmml.PMMLObject,V> |
getValue(K key,
com.google.common.cache.LoadingCache<K,V> cache) |
public static <K extends org.dmg.pmml.PMMLObject,V> V getValue(K key,
com.google.common.cache.LoadingCache<K,V> cache)
public static <K extends org.dmg.pmml.PMMLObject,V> V getValue(K key,
Callable<? extends V> loader,
com.google.common.cache.Cache<K,V> cache)
Copyright © 2014. All Rights Reserved.