()
| 280 | } |
| 281 | |
| 282 | @Override |
| 283 | public String toString() { |
| 284 | return MoreObjects.toStringHelper(this).add("hitCount", hitCount).add("missCount", missCount).add("loadSuccessCount", loadSuccessCount).add("loadExceptionCount", loadExceptionCount).add("totalLoadTime", totalLoadTime).add("evictionCount", evictionCount).toString(); |
| 285 | } |
| 286 | } |
nothing calls this directly
no test coverage detected