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
  1. CacheEntry
DistributedNioMap.getCacheEntry(java.lang.Object key)
Returns the cache entry which maps the specified key.
  1. CacheEntry
Cache.getEntry(EntryInfo entryInfo)
Deprecated. Use DistributedMap to store and manage objects in cache.
  1. CacheEntry
Cache.getEntry(java.lang.String id)
Deprecated. Use DistributedMap to store and manage objects in cache.
  1. 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.
  1. 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.

Uses of CacheEntry in com.ibm.wsspi.cache

Modifier and Type Field and Description
  1. CacheEntry
CacheEntry.cacheEntry
Modifier and Type Method and Description
  1. CacheEntry
CoreCache.get(java.lang.Object cacheId)
Returns the CacheEntry identified by the specified cache ID.
  1. 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.