Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for SetCache (0.08 seconds)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

            if (parent != null) {
                String groupId = parent.getGroupId();
                String artifactId = parent.getArtifactId();
                String version = parent.getVersion();
    
                parentData = getCache(request.getModelCache(), groupId, artifactId, version, ModelCacheTag.RAW);
    
                if (parentData == null) {
                    parentData = readParentLocally(childModel, childSource, request, problems);
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sun Mar 30 23:08:08 GMT 2025
    - 55.3K 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