Uses of Interface
org.apache.maven.model.building.ModelCache
Packages that use ModelCache
-
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.