com.ibm.websphere.cache
Uses of Interface CacheEntry
Packages that use CacheEntry
Package | Description |
---|---|
com.ibm.websphere.cache | |
com.ibm.wsspi.cache |
Uses of CacheEntry in com.ibm.websphere.cache
Modifier and Type | Method and Description |
---|---|
DistributedNioMap.getCacheEntry(java.lang.Object key)
Returns the cache entry which maps the specified key.
|
|
Cache.getEntry(EntryInfo entryInfo)
Deprecated. Use DistributedMap to store and manage objects
in cache.
|
|
Cache.getEntry(java.lang.String id)
Deprecated. Use DistributedMap to store and manage objects
in cache.
|
|
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.
|
|
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.
|
Uses of CacheEntry in com.ibm.wsspi.cache
Modifier and Type | Field and Description |
---|---|
CacheEntry.cacheEntry
|
Modifier and Type | Method and Description |
---|---|
CoreCache.get(java.lang.Object cacheId)
Returns the CacheEntry identified by the specified cache ID.
|
|
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.
|