com.ibm.wsspi.cache
Uses of Class CacheEntry
Packages that use CacheEntry
Package | Description |
---|---|
com.ibm.wsspi.cache |
Uses of CacheEntry in com.ibm.wsspi.cache
Modifier and Type | Method and Description |
---|---|
Cache.getEntry(java.lang.Object cacheId)
This method returns an instance of CacheEntry specified cache ID.
|
|
Cache.getEntryDisk(java.lang.Object cacheId)
This method returns the cache entry specified by cache ID from the disk cache.
|
Modifier and Type | Method and Description |
---|---|
|
Cache.refreshEntry(CacheEntry ce)
This method moves the specified entry to the end of the LRU queue.
|