public abstract class BaseIdCacheLoader<V> extends BaseCacheLoader<java.lang.String,V>
| Modifier | Constructor and Description |
|---|---|
protected |
BaseIdCacheLoader() |
| Modifier and Type | Method and Description |
|---|---|
V |
compute(java.lang.String key,
CacheLoaderArgument cacheLoaderArgument) |
protected abstract V |
doRetrieveOperation(java.lang.String rawKey,
org.killbill.billing.ObjectType objectType,
org.skife.jdbi.v2.Handle handle) |
getCacheTypeprotected abstract V doRetrieveOperation(java.lang.String rawKey, org.killbill.billing.ObjectType objectType, org.skife.jdbi.v2.Handle handle)
public V compute(java.lang.String key, CacheLoaderArgument cacheLoaderArgument)
compute in class BaseCacheLoader<java.lang.String,V>Copyright © 2010-2020. All Rights Reserved.