Method
isEmpty
guava/src/com/google/common/cache/LocalCache.java:4593–4596
· guava/src/com/google/common/cache/LocalCache.java::LocalCache.Values.isEmpty
()
Source from the content-addressed store, hash-verified
| 4591 | } |
| 4592 | |
| 4593 | @Override |
| 4594 | public boolean isEmpty() { |
| 4595 | return LocalCache.this.isEmpty(); |
| 4596 | } |
| 4597 | |
| 4598 | @Override |
| 4599 | public void clear() { |
Callers
nothing calls this directly
Tested by
no test coverage detected