Skip to content

Commit

Permalink
added YamlConfig#clearKeyCache
Browse files Browse the repository at this point in the history
  • Loading branch information
BlvckBytes committed Oct 18, 2024
1 parent a79e940 commit 75faff8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/me/blvckbytes/bbconfigmapper/YamlConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ public String getHeader() {
return this.header;
}

public void clearKeyCache() {
this.locateKeyCache.clear();
}

public void load(Reader reader) {
Iterator<Node> nodes = YAML.composeAll(reader).iterator();

Expand Down

0 comments on commit 75faff8

Please sign in to comment.