MCPcopy Create free account
hub / github.com/banq/jdonframework / clear

Method clear

src/main/java/com/jdon/cache/UtilCache.java:270–274  ·  view source on GitHub ↗

Removes all elements from this cache

()

Source from the content-addressed store, hash-verified

268
269 /** Removes all elements from this cache */
270 public void clear() {
271 cacheLineTable.clear();
272 keyLRUList.clear();
273 clearCounters();
274 }
275
276 /** Removes all elements from this cache */
277 public void clearAllCaches() {

Callers 2

clearAllCachesMethod · 0.95
stopMethod · 0.95

Calls 2

clearCountersMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected