Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ update
Method
update
src/main/java/jace/library/MediaCache.java:151–154 ·
view source on GitHub ↗
(MediaEntry e)
Source
from the content-addressed store, hash-verified
149
}
150
151
public
void
update(MediaEntry e) {
152
remove(e);
153
add(e);
154
}
155
156
private
void
cacheEntry(Map<String, Set<Long>> cache, String key, long id) {
157
Set<Long> ids = cache.get(key);
Callers
6
updateScrollbarsInner
Function · 0.45
SearchAnnotation
Function · 0.45
matchesonscrollbar.js
File · 0.45
simplescrollbars.js
File · 0.45
show-hint.js
File · 0.45
generateChecksum
Method · 0.45
Calls
2
remove
Method · 0.95
add
Method · 0.95
Tested by
no test coverage detected