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