Uses of Interface
com.ibm.websphere.cache.CacheEntry
-
Uses of CacheEntry in com.ibm.websphere.cache
Modifier and TypeMethodDescriptionDistributedNioMap.getCacheEntry
(Object key) Returns the cache entry which maps the specified key.Deprecated.Use DistributedMap to store and manage objects in cache.Deprecated.Use DistributedMap to store and manage objects in cache.DistributedNioMap.putAndGet
(Object key, Object value, Object userMetaData, int priority, int timeToLive, int inactivityTime, int sharingPolicy, Object[] dependencyIds, Object[] alias) Associates the specified value with the specified key in this map.DistributedNioMap.putAndGet
(Object key, Object value, Object userMetaData, int priority, int timeToLive, int sharingPolicy, Object[] dependencyIds, Object[] alias) Associates the specified value with the specified key in this map. -
Uses of CacheEntry in com.ibm.wsspi.cache
Modifier and TypeMethodDescriptionReturns the CacheEntry identified by the specified cache ID.Puts an entry into the CoreCache.ModifierConstructorDescriptionCacheEntry
(CacheEntry ce) Constructor for wrapping the cache entry which is used by Cache Monitor.