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 ModuleDescriptor
private final ParserSettingsMonitor
private final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionCacheEntry
(ModuleDescriptor md, boolean validated, ParserSettingsMonitor parserSettingsMonitor) -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
isStale
(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
-