MCPcopy
hub / github.com/google/guava / clear

Method clear

guava/src/com/google/common/cache/LocalCache.java:4598–4601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4596 }
4597
4598 @Override
4599 public void clear() {
4600 LocalCache.this.clear();
4601 }
4602
4603 @Override
4604 public Iterator<V> iterator() {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected