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