Uses of Interface
org.eclipse.aether.RepositoryCache
-
Packages that use RepositoryCache Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of RepositoryCache in org.eclipse.aether
Classes in org.eclipse.aether that implement RepositoryCache Modifier and Type Class Description classDefaultRepositoryCacheA simplistic repository cache backed by a thread-safe map.Methods in org.eclipse.aether that return RepositoryCache Modifier and Type Method Description RepositoryCacheAbstractForwardingRepositorySystemSession. getCache()RepositoryCacheDefaultRepositorySystemSession. getCache()RepositoryCacheRepositorySystemSession. getCache()Gets the cache the repository system may use to save data for future reuse during the session.Methods in org.eclipse.aether with parameters of type RepositoryCache Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setCache(RepositoryCache cache)Sets the cache the repository system may use to save data for future reuse during the session.RepositorySystemSession.SessionBuilderRepositorySystemSession.SessionBuilder. setCache(RepositoryCache cache)Sets the cache the repository system may use to save data for future reuse during the session.Method parameters in org.eclipse.aether with type arguments of type RepositoryCache Modifier and Type Method Description RepositorySystemSession.SessionBuilderRepositorySystemSession.SessionBuilder. setRepositoryCacheSupplier(java.util.function.Supplier<RepositoryCache> cacheSupplier)Sets the cache supplier for the repository system may use to save data for future reuse during the session.
-