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> TDefaultModelBuilder.getCache(ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag) private <T> voidDefaultModelBuilder.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) classA simple model cache used to accelerate model building during a reactor build. -
Uses of ModelCache in org.apache.maven.repository.internal
Classes in org.apache.maven.repository.internal that implement ModelCacheModifier and TypeClassDescription(package private) classA model builder cache backed by the repository system cache.Methods in org.apache.maven.repository.internal that return ModelCacheModifier and TypeMethodDescriptionstatic ModelCacheDefaultModelCache.newInstance(org.eclipse.aether.RepositorySystemSession session)