Looks up Records in the Cache. This follows CNAMEs and handles negatively cached data. @param name The name to look up @param type The type to look up @param minCred The minimum acceptable credibility @return A SetResponse object @see SetResponse @see Credibility
(Name name, int type, int minCred)
| 509 | * @see Credibility |
| 510 | */ |
| 511 | public SetResponse |
| 512 | lookupRecords(Name name, int type, int minCred) { |
| 513 | return lookup(name, type, minCred); |
| 514 | } |
| 515 | |
| 516 | private RRset [] |
| 517 | findRecords(Name name, int type, int minCred) { |
no test coverage detected