()
| 387 | } |
| 388 | |
| 389 | @Override |
| 390 | public String toString() { |
| 391 | String cacheName = name(); |
| 392 | return cacheName != null ? cacheName : getClass().getSimpleName(); |
| 393 | } |
| 394 | |
| 395 | @Override |
| 396 | public int size() { |
nothing calls this directly
no test coverage detected