f2e3c593a1
- `javaFacade.findClass` is a potentially costly operation. This commit extends `JavaSymbolProvider` and its class cache to accept an already existing `JavaClass` if provided, circumventing the `findClass` operation.