Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getCacheRetention (1.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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)
Back to Top