Uses of Interface
org.sonatype.aether.RepositoryCache

Packages that use RepositoryCache
org.sonatype.aether   
org.sonatype.aether.test.impl   
org.sonatype.aether.util   
 

Uses of RepositoryCache in org.sonatype.aether
 

Methods in org.sonatype.aether that return RepositoryCache
 RepositoryCache RepositorySystemSession.getCache()
          Gets the cache the repository system may use to save data for future reuse during the session.
 

Uses of RepositoryCache in org.sonatype.aether.test.impl
 

Methods in org.sonatype.aether.test.impl that return RepositoryCache
 RepositoryCache TestRepositorySystemSession.getCache()
           
 

Uses of RepositoryCache in org.sonatype.aether.util
 

Classes in org.sonatype.aether.util that implement RepositoryCache
 class DefaultRepositoryCache
          A simplistic repository cache backed by a ConcurrentHashMap.
 

Methods in org.sonatype.aether.util that return RepositoryCache
 RepositoryCache DefaultRepositorySystemSession.getCache()
           
 RepositoryCache FilterRepositorySystemSession.getCache()
           
 

Methods in org.sonatype.aether.util with parameters of type RepositoryCache
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setCache(RepositoryCache cache)
          Sets the cache the repository system may use to save data for future reuse during the session.
 



Copyright © 2010-2013. All Rights Reserved.