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

Method clearAllCaches

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

Removes all elements from this cache

()

Source from the content-addressed store, hash-verified

275
276 /** Removes all elements from this cache */
277 public void clearAllCaches() {
278 clear();
279 }
280
281 /**
282 * Returns the number of successful hits on the cache

Callers 1

clearMethod · 0.80

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected