Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 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.
    • Uses of CacheEntry in com.ibm.wsspi.cache

      Fields in com.ibm.wsspi.cache declared as CacheEntry 
      Modifier and Type Field and Description
      CacheEntry CacheEntry.cacheEntry 
      Methods in com.ibm.wsspi.cache that return 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.
      Constructors in com.ibm.wsspi.cache with parameters of type CacheEntry 
      Constructor and Description
      CacheEntry(CacheEntry ce)
      Constructor for wrapping the cache entry which is used by Cache Monitor.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes