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

Method clear

forge-gui-desktop/src/main/java/forge/ImageCache.java:134–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133
134 public static void clear() {
135 _CACHE.invalidateAll();
136 _missingIconKeys.clear();
137 ImageKeys.clearMissingCards();
138 }
139
140 /**
141 * retrieve an image from the cache. returns null if the image is not found in the cache

Callers 6

clearImageCacheMethod · 0.95
setCurrentScreenMethod · 0.95
testCompletableFutureMethod · 0.45
setSelectablesMethod · 0.45
cleanupMethod · 0.45

Calls 1

clearMissingCardsMethod · 0.95

Tested by 4

testCompletableFutureMethod · 0.36
setSelectablesMethod · 0.36
cleanupMethod · 0.36