org.apache.ivy.core.cache
class ModuleDescriptorMemoryCache extends Object
| Constructor Summary | |
|---|---|
| ModuleDescriptorMemoryCache(int size)
Create a cache of the given size | |
| Method Summary | |
|---|---|
| ModuleDescriptor | get(File ivyFile, ParserSettings ivySettings, boolean validated, ModuleDescriptorProvider mdProvider) |
| ModuleDescriptor | getStale(File ivyFile, ParserSettings ivySettings, boolean validated, ModuleDescriptorProvider mdProvider)
Get the module descriptor from the mdProvider and store it into the cache. |
Parameters: size