Uses of Interface
org.eclipse.aether.RepositoryCache
-
Uses of RepositoryCache in org.eclipse.aether
Modifier and TypeClassDescriptionfinal class
A simplistic repository cache backed by a thread-safe map.Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getCache()
DefaultRepositorySystemSession.getCache()
RepositorySystemSession.getCache()
Gets the cache the repository system may use to save data for future reuse during the session.Modifier 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.Modifier 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.