Package org.apache.ivy.core.cache
Class ModuleDescriptorMemoryCache.CacheEntry
java.lang.Object
org.apache.ivy.core.cache.ModuleDescriptorMemoryCache.CacheEntry
- Enclosing class:
- ModuleDescriptorMemoryCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModuleDescriptorprivate final ParserSettingsMonitorprivate final boolean -
Constructor Summary
ConstructorsConstructorDescriptionCacheEntry(ModuleDescriptor md, boolean validated, ParserSettingsMonitor parserSettingsMonitor) -
Method Summary
Modifier and TypeMethodDescription(package private) booleanisStale(File ivyFile, boolean validated, ParserSettings newParserSettings)
-
Field Details
-
md
-
validated
private final boolean validated -
parserSettingsMonitor
-
-
Constructor Details
-
CacheEntry
CacheEntry(ModuleDescriptor md, boolean validated, ParserSettingsMonitor parserSettingsMonitor)
-
-
Method Details
-
isStale
-