| Package | Description | 
|---|---|
| org.apache.maven.plugin | 
| Modifier and Type | Method and Description | 
|---|---|
| PluginDescriptorCache.Key | PluginDescriptorCache. createKey(Plugin plugin,
                  List<RemoteRepository> repositories,
                  RepositorySystemSession session) | 
| PluginDescriptorCache.Key | DefaultPluginDescriptorCache. createKey(Plugin plugin,
                  List<RemoteRepository> repositories,
                  RepositorySystemSession session) | 
| Modifier and Type | Method and Description | 
|---|---|
| PluginDescriptor | PluginDescriptorCache. get(PluginDescriptorCache.Key key) | 
| PluginDescriptor | DefaultPluginDescriptorCache. get(PluginDescriptorCache.Key cacheKey) | 
| void | PluginDescriptorCache. put(PluginDescriptorCache.Key key,
      PluginDescriptor pluginDescriptor) | 
| void | DefaultPluginDescriptorCache. put(PluginDescriptorCache.Key cacheKey,
      PluginDescriptor pluginDescriptor) | 
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.