Package org.jpmml.evaluator
Class SimpleCache<K,V>
- java.lang.Object
-
- com.google.common.cache.AbstractCache<K,V>
-
- org.jpmml.evaluator.SimpleCache<K,V>
-
- All Implemented Interfaces:
com.google.common.cache.Cache<K,V>
public class SimpleCache<K,V> extends com.google.common.cache.AbstractCache<K,V>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetIfPresent(Object key)voidinvalidate(Object key)static <K,V>
SimpleCache<K,V>newInstance()voidput(K key, V value)
-
-
-
Method Detail
-
invalidate
public void invalidate(Object key)
-
newInstance
public static <K,V> SimpleCache<K,V> newInstance()
-
-