Class SourceFinder.Cache

All Implemented Interfaces:
Serializable, Cloneable, Map<String,SourceFile>, SequencedMap<String,SourceFile>
Enclosing class:
SourceFinder

private static class SourceFinder.Cache extends LinkedHashMap<String,SourceFile>
Cache of SourceFiles. We use this to avoid repeatedly having to read frequently accessed source files.