Package | Description |
---|---|
com.ibm.websphere.cache | |
com.ibm.wsspi.cache |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
Cache.getEntry(EntryInfo entryInfo)
Deprecated.
Use DistributedMap to store and manage objects
in cache.
|
java.lang.Object |
Cache.getValue(EntryInfo entryInfo,
boolean askPermission)
Deprecated.
Use DistributedMap to store and manage objects
in cache.
|
Modifier and Type | Method and Description |
---|---|
CacheEntry |
CoreCache.put(EntryInfo ei,
java.lang.Object value)
Puts an entry into the CoreCache.
|