Uses of Interface
com.ibm.websphere.cache.CacheEntry
-
Packages that use CacheEntry Package Description com.ibm.websphere.cache com.ibm.wsspi.cache -
-
Uses of CacheEntry in com.ibm.websphere.cache
Methods in com.ibm.websphere.cache that return CacheEntry Modifier and Type Method Description CacheEntryDistributedNioMap. getCacheEntry(java.lang.Object key)Returns the cache entry which maps the specified key.CacheEntryCache. getEntry(EntryInfo entryInfo)Deprecated.Use DistributedMap to store and manage objects in cache.CacheEntryCache. getEntry(java.lang.String id)Deprecated.Use DistributedMap to store and manage objects in cache.CacheEntryDistributedNioMap. 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.CacheEntryDistributedNioMap. 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
Fields in com.ibm.wsspi.cache declared as CacheEntry Modifier and Type Field Description CacheEntryCacheEntry. cacheEntryMethods in com.ibm.wsspi.cache that return CacheEntry Modifier and Type Method Description CacheEntryCoreCache. get(java.lang.Object cacheId)Returns the CacheEntry identified by the specified cache ID.CacheEntryCoreCache. put(EntryInfo ei, java.lang.Object value)Puts an entry into the CoreCache.Constructors in com.ibm.wsspi.cache with parameters of type CacheEntry Constructor Description CacheEntry(CacheEntry ce)Constructor for wrapping the cache entry which is used by Cache Monitor.
-