public abstract class AbstractCacheReader extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractCacheReader.ThrowableSupplier<T> |
| Constructor and Description |
|---|
AbstractCacheReader() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
read(CacheHolder cacheHolder,
CacheMethod cacheMethod,
BaseInvoker baseInvoker,
boolean needWrite) |
public abstract Object read(CacheHolder cacheHolder, CacheMethod cacheMethod, BaseInvoker baseInvoker, boolean needWrite) throws Throwable
ThrowableCopyright © 2019. All rights reserved.