Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for plugincache (0.24 sec)

  1. maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginRealmCache.java

    import org.eclipse.aether.repository.LocalRepository;
    import org.eclipse.aether.repository.RemoteRepository;
    import org.eclipse.aether.repository.WorkspaceRepository;
    
    /**
     * Default PluginCache implementation. Assumes cached data does not change.
     */
    @Named
    @Singleton
    public class DefaultPluginRealmCache implements PluginRealmCache, Disposable {
        /**
         * CacheKey
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Dec 26 15:12:32 UTC 2022
    - 7.4K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    	kl.pluginManager.AddHandler(pluginwatcherapi.CSIPlugin, plugincache.PluginHandler(csi.PluginHandler))
    	// Adding Registration Callback function for DRA Plugin
    	if utilfeature.DefaultFeatureGate.Enabled(features.DynamicResourceAllocation) {
    		kl.pluginManager.AddHandler(pluginwatcherapi.DRAPlugin, plugincache.PluginHandler(draplugin.NewRegistrationHandler(kl.kubeClient, kl.getNodeAnyWay)))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    getStale(java.io.File, org.apache.ivy.plugins.parser.ParserSettings, boolean, ModuleDescriptorProv); final org.apache.ivy.core.module.descriptor.ModuleDescriptor getFromCache(java.io.File, org.apache.ivy.plugins.parser.ParserSettings, boolean); final void putInCache(java.io.File, ParserSettingsMonito, boolean, org.apache.ivy.core.module.descriptor.ModuleDescriptor); } org/apache/ivy/core/cache/DefaultRepositoryCac$BackupResourceDownlo.class package org.apache.ivy.core.cache; final synchronized class Defaul...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top