JXTA

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

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

Uses of CacheEntryListener in net.jxta.impl.proxy
 

Classes in net.jxta.impl.proxy that implement CacheEntryListener
 class ProxyService
           
 

Uses of CacheEntryListener in net.jxta.impl.util
 

Constructors in net.jxta.impl.util with parameters of type CacheEntryListener
Cache(long maxSize, CacheEntryListener listener)
          Creates a cache whih will keep at most maxSize purgeable entries.
 


JXSE