Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clearImageCache
Method · 0.95
setCurrentScreen
Method · 0.95
testCompletableFuture
Method · 0.45
testGetCardFromEditionsWithFilteredPool
Method · 0.45
setSelectables
Method · 0.45
cleanup
Method · 0.45
Calls
1
clearMissingCards
Method · 0.95
Tested by
4
testCompletableFuture
Method · 0.36
testGetCardFromEditionsWithFilteredPool
Method · 0.36
setSelectables
Method · 0.36
cleanup
Method · 0.36