- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getCacheRetention (0.37 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/cache/CacheMetadata.java
* * @return The CacheRetention indicating how long data should be retained, or null if * no specific cache retention is defined */ @Nullable CacheRetention getCacheRetention();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 1.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Sources.java
if (relatedPom != null) { return new BuildPathSource(relatedPom); } return null; } @Override public CacheRetention getCacheRetention() { return CacheRetention.REQUEST_SCOPED; } }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 8.2K bytes - Click Count (0)