Class DefaultModelCache
java.lang.Object
org.apache.maven.repository.internal.DefaultModelCache
- All Implemented Interfaces:
- ModelCache
Deprecated.
A model builder cache backed by the repository system cache.
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectcomputeIfAbsent(Object key, Supplier<?> data) Deprecated.<T> TDeprecated.<T> TcomputeIfAbsent(Source path, String tag, Supplier<T> data) Deprecated.static ModelCachenewInstance(org.eclipse.aether.RepositorySystemSession session) Deprecated.
- 
Method Details- 
newInstanceDeprecated.
- 
computeIfAbsentpublic <T> T computeIfAbsent(String groupId, String artifactId, String version, String tag, Supplier<T> data) Deprecated.- Specified by:
- computeIfAbsentin interface- ModelCache
 
- 
computeIfAbsentDeprecated.- Specified by:
- computeIfAbsentin interface- ModelCache
 
- 
computeIfAbsentDeprecated.
 
- 
maven-api-impljar instead