- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for intoCache (0.04 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag, T data) { if (modelCache != null) { modelCache.put(groupId, artifactId, version, tag.getName(), tag.intoCache(data)); } } private <T> T getCache( ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag) { if (modelCache != null) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0)