public abstract class CacheLoader extends Object implements Serializable
| Constructor and Description |
|---|
CacheLoader() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getName(Object handle) |
String |
getRegion(Object handle) |
abstract Object |
load(Object handle,
Object args) |
void |
log(String msg) |
Object |
netSearch(Object handle,
int timeout) |
void |
setAttributes(Object handle,
Attributes attr) |
public abstract Object load(Object handle, Object args) throws JCacheException
JCacheExceptionpublic void setAttributes(Object handle, Attributes attr)
public Object netSearch(Object handle, int timeout) throws JCacheException
JCacheExceptionpublic void log(String msg)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.