Uses of Interface
org.apache.maven.api.services.ModelCache
Packages that use ModelCache
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of ModelCache in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return ModelCacheMethods in org.apache.maven.api.services with parameters of type ModelCacheModifier and TypeMethodDescriptionModelBuilderRequest.ModelBuilderRequestBuilder.modelCache
(ModelCache modelCache) -
Uses of ModelCache in org.apache.maven.internal.impl.resolver
Classes in org.apache.maven.internal.impl.resolver that implement ModelCacheModifier and TypeClassDescriptionclass
A model builder cache backed by the repository system cache.Methods in org.apache.maven.internal.impl.resolver that return ModelCacheModifier and TypeMethodDescriptionstatic ModelCache
DefaultModelCache.newInstance
(org.eclipse.aether.RepositorySystemSession session, boolean anew)