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 © 2009–2017. All rights reserved.