public interface PluginDescriptorCache
Modifier and Type | Interface and Description |
---|---|
static interface |
PluginDescriptorCache.Key
A 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–2015 The Apache Software Foundation. All rights reserved.