(String hostName)
| 128 | } |
| 129 | |
| 130 | public Host getByHostName(String hostName) throws IOException { |
| 131 | return get(TableUtil.reverseHost(hostName)); |
| 132 | } |
| 133 | |
| 134 | public void put(String key, Host host) throws IOException { |
| 135 | cache.put(key, new CacheHost(host, System.currentTimeMillis())); |
no test coverage detected