com.puppycrawl.tools.checkstyle

Class PropertyCacheFile

final class PropertyCacheFile extends Object

This class maintains a persistent store of the files that have checked ok and their associated timestamp. It uses a property file for storage. A hashcode of the Configuration is stored in the cache file to ensure the cache is invalidated when the configuration has changed.

Author: Oliver Burn