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

Uses of Interface
com.ibm.websphere.cache.EntryInfo

  • Packages that use EntryInfo 
    Package Description
    com.ibm.websphere.cache  
    com.ibm.wsspi.cache  
    • Uses of EntryInfo in com.ibm.websphere.cache

      Methods in com.ibm.websphere.cache with parameters of type EntryInfo 
      Modifier and Type Method and Description
      CacheEntry Cache.getEntry(EntryInfo entryInfo)
      Deprecated. 
      Use DistributedMap to store and manage objects in cache.
      java.lang.Object Cache.getValue(EntryInfo entryInfo, boolean askPermission)
      Deprecated. 
      Use DistributedMap to store and manage objects in cache.
    • Uses of EntryInfo in com.ibm.wsspi.cache

      Methods in com.ibm.wsspi.cache with parameters of type EntryInfo 
      Modifier and Type Method and Description
      CacheEntry CoreCache.put(EntryInfo ei, java.lang.Object value)
      Puts an entry into the CoreCache.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes