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<RemoteRepository> repositories,
RepositorySystemSession session) |
void |
flush() |
PluginDescriptor |
get(PluginDescriptorCache.Key key) |
void |
put(PluginDescriptorCache.Key key,
PluginDescriptor pluginDescriptor) |
PluginDescriptorCache.Key createKey(Plugin plugin, List<RemoteRepository> repositories, RepositorySystemSession session)
void put(PluginDescriptorCache.Key key, PluginDescriptor pluginDescriptor)
PluginDescriptor get(PluginDescriptorCache.Key key)
void flush()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.