Project JXTA

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

Packages that use CacheEntry
net.jxta.impl.endpoint   
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.endpoint
 

Methods in net.jxta.impl.endpoint with parameters of type CacheEntry
 void QuotaIncomingMessageListener.MyCacheListener.purged(CacheEntry entry)
           
 

Uses of CacheEntry in net.jxta.impl.proxy
 

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

Uses of CacheEntry in net.jxta.impl.util
 

Classes in net.jxta.impl.util that implement CacheEntry
(package private)  class Cache.CacheEntryImpl
           
 

Methods in net.jxta.impl.util that return CacheEntry
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.
 CacheEntry Cache.getCacheEntry(Object key)
          Return the cache entry, if any, 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.
 


JXTA J2SE