5354555657585960616263
connection.setRequestProperty("id", "getKeysWithExpiryCheck"); connection.connect(); InputStream is=null; try { is=connection.getInputStream(); return new CacheFactory(is).getMeta(); } finally { Util.closeEL(is); disconnectEL(connection); }