Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for cacheDir (0.07 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	case <-requestsDrained:
    	}
    
    	for _, storage := range oldInfo.storages {
    		// destroy only the main storage. Those for the subresources share cacher and etcd clients.
    		storage.CustomResource.DestroyFunc()
    	}
    }
    
    // Destroy shuts down storage layer for all registered CRDs.
    // It should be called as a last step of the shutdown sequence.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  2. okhttp/api/okhttp.api

    	public static final field NONE Lokhttp3/EventListener;
    	public fun <init> ()V
    	public fun cacheConditionalHit (Lokhttp3/Call;Lokhttp3/Response;)V
    	public fun cacheHit (Lokhttp3/Call;Lokhttp3/Response;)V
    	public fun cacheMiss (Lokhttp3/Call;)V
    	public fun callEnd (Lokhttp3/Call;)V
    	public fun callFailed (Lokhttp3/Call;Ljava/io/IOException;)V
    	public fun callStart (Lokhttp3/Call;)V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top