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

Uses of Class
com.ibm.wsspi.cache.CacheEntry

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

      Methods in com.ibm.wsspi.cache that return CacheEntry 
      Modifier and Type Method and Description
      CacheEntry Cache.getEntry(java.lang.Object cacheId)
      This method returns an instance of CacheEntry specified cache ID.
      CacheEntry Cache.getEntryDisk(java.lang.Object cacheId)
      This method returns the cache entry specified by cache ID from the disk cache.
      Methods in com.ibm.wsspi.cache with parameters of type CacheEntry 
      Modifier and Type Method and Description
      void Cache.refreshEntry(CacheEntry ce)
      This method moves the specified entry to the end of the LRU queue.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes