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.buildingMethods 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.internalClasses in org.apache.maven.repository.internal that implement ModelCacheModifier and TypeClassDescriptionclassA 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 ModelCacheDefaultModelCache.newInstance(org.eclipse.aether.RepositorySystemSession session)