Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banq/jdonframework
/ size
Method
size
src/main/java/com/jdon/cache/LRUCache.java:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
public
long size() {
74
return
cache.size();
75
}
76
77
public
void
clear() {
78
cache.clearAllCaches();
Callers
nothing calls this directly
Calls
1
size
Method · 0.65
Tested by
no test coverage detected