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 classA 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.