in library/src/main/java/com/alibaba/dcm/DnsCacheManipulator.java [327:333]
public static void setDnsCachePolicy(int cacheSeconds) {
try {
InetAddressCacheUtilCommons.setDnsCachePolicy(cacheSeconds);
} catch (Exception e) {
throw new DnsCacheManipulatorException("Fail to setDnsCachePolicy, cause: " + e, e);
}
}