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<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–2021 The Apache Software Foundation. All rights reserved.