Clears all cached objects and errors.
()
| 414 | * Clears all cached objects and errors. |
| 415 | */ |
| 416 | public void clear() |
| 417 | { |
| 418 | synchronized (nameMap) |
| 419 | { |
| 420 | synchronized (nameMap) |
| 421 | { |
| 422 | errorNames.clear(); |
| 423 | nameMap.clear(); |
| 424 | } |
| 425 | } |
| 426 | } |
| 427 | |
| 428 | // Fetches or creates the thread executor. |
| 429 | private ThreadPoolExecutor fetchExecutor() |
no outgoing calls
no test coverage detected