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