Uses of Interface
org.eclipse.aether.RepositoryCache
Packages that use RepositoryCache
-
Uses of RepositoryCache in org.eclipse.aether
Classes in org.eclipse.aether that implement RepositoryCacheModifier and TypeClassDescriptionfinal class
A simplistic repository cache backed by a thread-safe map.Methods in org.eclipse.aether that return RepositoryCacheModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getCache()
DefaultRepositorySystemSession.getCache()
RepositorySystemSession.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 RepositoryCacheModifier and TypeMethodDescriptionDefaultRepositorySystemSession.setCache
(RepositoryCache cache) Sets the cache the repository system may use to save data for future reuse during the session.RepositorySystemSession.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 RepositoryCacheModifier and TypeMethodDescriptionRepositorySystemSession.SessionBuilder.setRepositoryCacheSupplier
(Supplier<RepositoryCache> cacheSupplier) Sets the cache supplier for the repository system may use to save data for future reuse during the session.