Package | Description |
---|---|
com.ibm.websphere.cache | |
com.ibm.wsspi.cache |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
DistributedNioMap.getCacheEntry(java.lang.Object key)
Returns the cache entry which maps the specified key.
|
CacheEntry |
Cache.getEntry(EntryInfo entryInfo)
Deprecated.
Use DistributedMap to store and manage objects
in cache.
|
CacheEntry |
Cache.getEntry(java.lang.String id)
Deprecated.
Use DistributedMap to store and manage objects
in cache.
|
CacheEntry |
DistributedNioMap.putAndGet(java.lang.Object key,
java.lang.Object value,
java.lang.Object userMetaData,
int priority,
int timeToLive,
int inactivityTime,
int sharingPolicy,
java.lang.Object[] dependencyIds,
java.lang.Object[] alias)
Associates the specified value with the specified key in this map.
|
CacheEntry |
DistributedNioMap.putAndGet(java.lang.Object key,
java.lang.Object value,
java.lang.Object userMetaData,
int priority,
int timeToLive,
int sharingPolicy,
java.lang.Object[] dependencyIds,
java.lang.Object[] alias)
Associates the specified value with the specified key in this map.
|
Modifier and Type | Field and Description |
---|---|
CacheEntry |
CacheEntry.cacheEntry |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
CoreCache.get(java.lang.Object cacheId)
Returns the CacheEntry identified by the specified cache ID.
|
CacheEntry |
CoreCache.put(EntryInfo ei,
java.lang.Object value)
Puts an entry into the CoreCache.
|
Constructor and Description |
---|
CacheEntry(CacheEntry ce)
Constructor for wrapping the cache entry which is used by Cache Monitor.
|