`getClassName()` re-tokenizes files on every call. Add an optional in-memory cache keyed by filename+mtime for tools that scan many files.
getClassName()re-tokenizes files on every call. Add an optional in-memory cache keyed by filename+mtime for tools that scan many files.