Uses of Class
com.caucho.loader.ivy.IvyCache

Packages that use IvyCache
com.caucho.loader.ivy   
 

Uses of IvyCache in com.caucho.loader.ivy
 

Methods in com.caucho.loader.ivy that return IvyCache
 IvyCache IvyLoader.createCache()
          Sets the ivy cache
 IvyCache IvyManager.createCache()
           
 

Methods in com.caucho.loader.ivy with parameters of type IvyCache
 Path IvyDependency.resolve(IvyCache cache)
           
 Path IvyMergeDependency.resolve(IvyCache cache)