JXTA

Uses of Interface
net.jxta.impl.util.CacheEntry

Packages that use CacheEntry
net.jxta.impl.proxy   
net.jxta.impl.util A collection of utility classes used by the JXTA implementation. 
 

Uses of CacheEntry in net.jxta.impl.proxy
 

Methods in net.jxta.impl.proxy with parameters of type CacheEntry
 void ProxyService.purged(CacheEntry ce)
          
 

Uses of CacheEntry in net.jxta.impl.util
 

Classes in net.jxta.impl.util that implement CacheEntry
(package private)  class Cache.CacheEntryImpl
          CacheEntryImpl objects are both part of a doubly linked list and inserted in a HashMap.
 

Methods in net.jxta.impl.util that return CacheEntry
 CacheEntry Cache.getCacheEntry(Object key)
          Return the cache entry, if any, associated with the given key.
protected  CacheEntry Cache.putCacheEntry(Object key, CacheEntry value)
          Inserts the given cache entry directly.
protected  CacheEntry Cache.removeCacheEntry(Object key)
          Remove the value, if any, and cacheEntry associated with the given key.
 

Methods in net.jxta.impl.util with parameters of type CacheEntry
 void CacheEntryListener.purged(CacheEntry c)
           
protected  CacheEntry Cache.putCacheEntry(Object key, CacheEntry value)
          Inserts the given cache entry directly.
 void Cache.stickyCacheEntry(CacheEntry ce, boolean sticky)
          Change the purgeability of the given cacheEntry.
 


JXSE