Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ clearCache
Method
clearCache
app/src/main/java/eu/faircode/email/ContactInfo.java:194–196 ·
view source on GitHub ↗
(Context context)
Source
from the content-addressed store, hash-verified
192
}
193
194
static
void
clearCache(Context context) {
195
clearCache(context, true);
196
}
197
198
static
void
clearCache(Context context, boolean files) {
199
synchronized (emailContactInfo) {
Callers
7
afterTextChanged
Method · 0.95
onCheckedChanged
Method · 0.95
onProgressChanged
Method · 0.95
call
Method · 0.95
cleanup
Method · 0.95
onLowMemory
Method · 0.95
upgrade
Method · 0.95
Calls
3
ensureExists
Method · 0.95
getParallelExecutor
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected