public abstract class FailableCache<K,V> extends Object
Constructor and Description |
---|
FailableCache() |
Modifier and Type | Method and Description |
---|---|
protected abstract V |
create(K key,
Errors errors) |
V |
get(K key,
Errors errors) |
protected abstract V create(K key, Errors errors) throws ErrorsException
ErrorsException
public V get(K key, Errors errors) throws ErrorsException
ErrorsException
Copyright © 2006–2020 Google, Inc.. All rights reserved.