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

Method clearImageCache

forge-gui-mobile/src/forge/GuiMobile.java:331–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 }
330
331 @Override
332 public void clearImageCache() {
333 ImageCache.getInstance().clear();
334 ImageKeys.clearMissingCards();
335 }
336
337 @Override
338 public void showSpellShop() {

Callers

nothing calls this directly

Calls 3

getInstanceMethod · 0.95
clearMissingCardsMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected