Package net.sourceforge.pmd.cache
-
Interface Summary Interface Description AnalysisCache An analysis cache for incremental analysis.ChecksumAware Interface defining an object that has a checksum The checksum is a fingerprint of the object's configuration, and *MUST* change if anything changed on the object. -
Class Summary Class Description AbstractAnalysisCache Abstract implementation of the analysis cache.AnalysisResult The result of a single file analysis.CachedRuleMapper A mapper from rule class names to rule instances for cached rules.CachedRuleViolation ARuleViolation
implementation that is immutable, and therefore cache friendlyFileAnalysisCache An analysis cache backed by a regular file.NoopAnalysisCache A NOOP analysis cache.