|
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 | |||||||
public interface CacheStore
A JCache cache store.
| Method Summary | |
|---|---|
void |
erase(Object oKey)
Remove the specified key from the underlying store if present. |
void |
eraseAll(Collection colKeys)
Remove the specified keys from the underlying store if present. |
void |
store(Object oKey,
Object oValue)
Store the specified value under the specified key in the underlying store. |
void |
storeAll(Map mapEntries)
Store the specified values under the specified keys in the underlying store. |
| Methods inherited from interface com.tangosol.net.cache.CacheLoader |
|---|
load, loadAll |
| Method Detail |
|---|
void store(Object oKey,
Object oValue)
oKey - key to store the value underoValue - value to be stored
UnsupportedOperationException - if this implementation or the
underlying store is read-onlyvoid storeAll(Map mapEntries)
mapEntries - a Map of any number of keys and values to store
UnsupportedOperationException - if this implementation or the
underlying store is read-onlyvoid erase(Object oKey)
oKey - key whose mapping is being removed from the cache
UnsupportedOperationException - if this implementation or the
underlying store is read-onlyvoid eraseAll(Collection colKeys)
colKeys - keys whose mappings are being removed from the cache
UnsupportedOperationException - if this implementation or the
underlying store is read-only
|
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 | |||||||