public abstract class BaseCacheLoader<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
BaseCacheLoader() |
| Modifier and Type | Method and Description |
|---|---|
abstract V |
compute(K key,
CacheLoaderArgument cacheLoaderArgument) |
abstract Cachable.CacheType |
getCacheType() |
public abstract Cachable.CacheType getCacheType()
public abstract V compute(K key, CacheLoaderArgument cacheLoaderArgument)
Copyright © 2010-2020. All Rights Reserved.