Package | Description |
---|---|
com.j_spaces.javax.cache |
Deprecated: use
com.gigaspaces.datasource instead. |
org.openspaces.core |
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
|
Modifier and Type | Method and Description |
---|---|
Map |
Cache.getAll(Collection keys)
Deprecated.
The getAll method will return, from the cache,
a Map of the objects associated with the Collection of keys in argument "keys".
|
void |
Cache.load(Object key)
Deprecated.
The load method provides a means to "pre load" the cache.
|
void |
Cache.loadAll(Collection keys)
Deprecated.
The loadAll method provides a means to "pre load"
objects into the cache.
|
Modifier and Type | Method and Description |
---|---|
Map |
DefaultGigaMap.getAll(Collection keys) |
void |
DefaultGigaMap.load(Object key) |
void |
DefaultGigaMap.loadAll(Collection keys) |
Copyright © GigaSpaces.