Skip to content

Commit

Permalink
clear index on deleteClassCache
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Mar 6, 2024
1 parent a3bc2e7 commit beb3355
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ public ImportCustomizer getImportCustomizer() {

@ApiStatus.Internal
public void deleteClassCache() {
this.index.clear();
try {
FileUtils.cleanDirectory(this.cacheRoot);
} catch (IOException e) {
Expand Down

0 comments on commit beb3355

Please sign in to comment.