Uses of Interface
org.apache.maven.model.building.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.model.building
Methods in org.apache.maven.model.building that return ModelCacheModifier and TypeMethodDescriptionDefaultModelBuildingRequest.getModelCache()
ModelBuildingRequest.getModelCache()
Gets the model cache to use for reuse of previously built models.Methods in org.apache.maven.model.building with parameters of type ModelCacheModifier and TypeMethodDescriptionDefaultModelBuildingRequest.setModelCache
(ModelCache modelCache) ModelBuildingRequest.setModelCache
(ModelCache modelCache) Sets the model cache to use for reuse of previously built models. -
Uses of ModelCache in org.apache.maven.repository.internal
Classes in org.apache.maven.repository.internal that implement ModelCacheModifier and TypeClassDescriptionclass
A model builder cache backed by the repository system cache.Methods in org.apache.maven.repository.internal that return ModelCacheModifier and TypeMethodDescriptionDefaultModelCacheFactory.createCache
(org.eclipse.aether.RepositorySystemSession session) ModelCacheFactory.createCache
(org.eclipse.aether.RepositorySystemSession session) static ModelCache
DefaultModelCache.newInstance
(org.eclipse.aether.RepositorySystemSession session)