Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for setCache (0.31 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

            SessionBuilder sessionBuilder = supplier.get();
            sessionBuilder.setArtifactTypeRegistry(new TypeRegistryAdapter(typeRegistry)); // dynamic
            sessionBuilder.setCache(request.getRepositoryCache());
    
            // configProps map is kept "pristine", is written ONLY, the mandatory resolver config
            Map<String, Object> configProps = new LinkedHashMap<>();
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Mar 19 13:42:58 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  2. okhttp/api/jvm/okhttp.api

    	public abstract fun connectTimeoutMillis ()I
    	public abstract fun connection ()Lokhttp3/Connection;
    	public abstract fun getAuthenticator ()Lokhttp3/Authenticator;
    	public abstract fun getCache ()Lokhttp3/Cache;
    	public abstract fun getCertificatePinner ()Lokhttp3/CertificatePinner;
    	public abstract fun getConnectionPool ()Lokhttp3/ConnectionPool;
    	public abstract fun getCookieJar ()Lokhttp3/CookieJar;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:47:20 GMT 2026
    - 72.3K bytes
    - Click Count (0)
  3. okhttp/api/android/okhttp.api

    	public abstract fun connectTimeoutMillis ()I
    	public abstract fun connection ()Lokhttp3/Connection;
    	public abstract fun getAuthenticator ()Lokhttp3/Authenticator;
    	public abstract fun getCache ()Lokhttp3/Cache;
    	public abstract fun getCertificatePinner ()Lokhttp3/CertificatePinner;
    	public abstract fun getConnectionPool ()Lokhttp3/ConnectionPool;
    	public abstract fun getCookieJar ()Lokhttp3/CookieJar;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:47:20 GMT 2026
    - 72.3K bytes
    - Click Count (0)
Back to Top