Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ isExpired
Method
isExpired
app/src/main/java/eu/faircode/email/ContactInfo.java:174–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
private
boolean isExpired() {
175
return
(
new
Date().getTime() - time > CACHE_CONTACT_DURATION);
176
}
177
178
static
void
cleanup(Context context) {
179
long now =
new
Date().getTime();
Callers
1
_get
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected