MCPcopy Create free account
hub / github.com/Card-Forge/forge / clearMissingCards

Method clearMissingCards

forge-core/src/main/java/forge/ImageKeys.java:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 private static final Map<String, File> cachedCards = new HashMap<>(50000);
95 public static HashSet<String> missingCards = new HashSet<>();
96 public static void clearMissingCards() {
97 missingCards.clear();
98 }
99 public static File getCachedCardsFile(String key) {
100 return cachedCards.get(key);
101 }

Callers 4

clearImageCacheMethod · 0.95
clearMethod · 0.95
clearImageCacheMethod · 0.95
clearMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected