public abstract class FailableCache<K,V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private com.google.common.cache.LoadingCache<K,java.lang.Object> |
delegate |
Constructor and Description |
---|
FailableCache() |
private final com.google.common.cache.LoadingCache<K,java.lang.Object> delegate
protected abstract V create(K key, Errors errors) throws ErrorsException
ErrorsException
public V get(K key, Errors errors) throws ErrorsException
ErrorsException
boolean remove(K key)