|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.net.cache.AbstractCacheLoader
com.tangosol.net.cache.AbstractCacheStore
com.tangosol.net.cache.ReadWriteBackingMap.CacheLoaderCacheStore
public static class ReadWriteBackingMap.CacheLoaderCacheStore
A CacheStore wrapped around a CacheLoader.
| Constructor Summary | |
|---|---|
ReadWriteBackingMap.CacheLoaderCacheStore(CacheLoader loader)Construct a CacheLoaderCacheStore. |
|
| Method Summary | |
|---|---|
protected CacheLoader |
getCacheLoader()The wrapped CacheLoader. |
java.lang.Object |
load(java.lang.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. |
java.util.Map |
loadAll(java.util.Collection colKeys)Return the values associated with each the specified keys in the passed collection. |
| Methods inherited from class com.tangosol.net.cache.AbstractCacheStore |
|---|
erase, eraseAll, store, storeAll |
| Constructor Detail |
|---|
public ReadWriteBackingMap.CacheLoaderCacheStore(CacheLoader loader)
loader - the CacheLoader to wrap| Method Detail |
|---|
public java.lang.Object load(java.lang.Object oKey)
load in interface CacheLoaderload in class AbstractCacheLoaderoKey - key whose associated value is to be returnedpublic java.util.Map loadAll(java.util.Collection colKeys)
loadAll in interface CacheLoaderloadAll in class AbstractCacheLoadercolKeys - a collection of keys to loadprotected CacheLoader getCacheLoader()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||