}
public static final String[] PARAMS_describe = {"name", "type"};
public String describe(String name, String type) throws RequestException, IOException {
ID id = new ID(name);
String key = type + ":" + id;
String result;
synchronized ( cacheMutex ) {