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
Fields in org.apache.maven.model.building declared as ModelCacheMethods in org.apache.maven.model.building that return ModelCacheModifier and TypeMethodDescriptionDefaultModelBuildingRequest.getModelCache()
FilterModelBuildingRequest.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 TypeMethodDescriptionprivate <T> T
DefaultModelBuilder.getCache
(ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag) private <T> void
DefaultModelBuilder.putCache
(ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag, T data) DefaultModelBuildingRequest.setModelCache
(ModelCache modelCache) FilterModelBuildingRequest.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.project
Classes in org.apache.maven.project that implement ModelCacheModifier and TypeClassDescription(package private) class
A simple model cache used to accelerate model building during a reactor build.Fields in org.apache.maven.project declared as ModelCacheModifier and TypeFieldDescriptionprivate final ModelCache
DefaultProjectBuilder.InternalConfig.modelCache
Methods in org.apache.maven.project that return ModelCacheModifier and TypeMethodDescriptionprivate ModelCache
DefaultProjectBuilder.createModelCache
(org.eclipse.aether.RepositorySystemSession session) Constructors in org.apache.maven.project with parameters of type ModelCacheModifierConstructorDescription(package private)
InternalConfig
(ProjectBuildingRequest request, ReactorModelPool modelPool, ModelCache modelCache) -
Uses of ModelCache in org.apache.maven.repository.internal
Classes in org.apache.maven.repository.internal that implement ModelCacheModifier and TypeClassDescription(package private) class
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)