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 Summary
Modifier and TypeMethodDescriptionprotected Object
computeIfAbsent
(Object key, Supplier<?> data) Deprecated.<T> T
Deprecated.<T> T
computeIfAbsent
(Source path, String tag, Supplier<T> data) Deprecated.static ModelCache
newInstance
(org.eclipse.aether.RepositorySystemSession session) Deprecated.
-
Method Details
-
newInstance
Deprecated. -
computeIfAbsent
public <T> T computeIfAbsent(String groupId, String artifactId, String version, String tag, Supplier<T> data) Deprecated.- Specified by:
computeIfAbsent
in interfaceModelCache
-
computeIfAbsent
Deprecated.- Specified by:
computeIfAbsent
in interfaceModelCache
-
computeIfAbsent
Deprecated.
-
maven-api-impl
jar instead