|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.net.cache.AbstractCacheLoader
public abstract class AbstractCacheLoader
An abstract base class for the JCache CacheLoader.
Constructor Summary | |
---|---|
AbstractCacheLoader()
|
Method Summary | |
---|---|
abstract Object |
load(Object oKey)
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store. |
Map |
loadAll(Collection colKeys)
Return the values associated with each the specified keys in the passed collection. |
Constructor Detail |
---|
public AbstractCacheLoader()
Method Detail |
---|
public abstract Object load(Object oKey)
load
in interface CacheLoader
oKey
- key whose associated value is to be returned
public Map loadAll(Collection colKeys)
loadAll
in interface CacheLoader
colKeys
- a collection of keys to load
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |