Uses of Class
org.apache.ivy.core.cache.CacheResourceOptions
Packages that use CacheResourceOptions
-
Uses of CacheResourceOptions in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache with parameters of type CacheResourceOptionsModifier and TypeMethodDescriptionDefaultRepositoryCacheManager.downloadRepositoryResource(Resource resource, String name, String type, String extension, CacheResourceOptions options, Repository repository) RepositoryCacheManager.downloadRepositoryResource(Resource resource, String name, String type, String extension, CacheResourceOptions options, Repository repository) Download some repository resource and put it in the cache. -
Uses of CacheResourceOptions in org.apache.ivy.osgi.updatesite
Fields in org.apache.ivy.osgi.updatesite declared as CacheResourceOptionsConstructors in org.apache.ivy.osgi.updatesite with parameters of type CacheResourceOptionsModifierConstructorDescriptionUpdateSiteLoader(RepositoryCacheManager repositoryCacheManager, EventManager eventManager, CacheResourceOptions options, TimeoutConstraint timeoutConstraint)