Method
size
guava/src/com/google/common/cache/ForwardingCache.java:108–111
· guava/src/com/google/common/cache/ForwardingCache.java::ForwardingCache.size
()
Source from the content-addressed store, hash-verified
| 106 | } |
| 107 | |
| 108 | @Override |
| 109 | public long size() { |
| 110 | return delegate().size(); |
| 111 | } |
| 112 | |
| 113 | @Override |
| 114 | public CacheStats stats() { |
Callers
nothing calls this directly
Tested by
no test coverage detected