public interface PluginDescriptorCache
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | PluginDescriptorCache.KeyA cache key. | 
| Modifier and Type | Method and Description | 
|---|---|
| PluginDescriptorCache.Key | createKey(Plugin plugin,
         List<org.eclipse.aether.repository.RemoteRepository> repositories,
         org.eclipse.aether.RepositorySystemSession session) | 
| void | flush() | 
| PluginDescriptor | get(PluginDescriptorCache.Key key) | 
| void | put(PluginDescriptorCache.Key key,
   PluginDescriptor pluginDescriptor) | 
PluginDescriptorCache.Key createKey(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)
void put(PluginDescriptorCache.Key key, PluginDescriptor pluginDescriptor)
PluginDescriptor get(PluginDescriptorCache.Key key)
void flush()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.