Flushes all RRsets with a given name from the cache @param name The name of the records to be flushed @see RRset
(Name name)
| 739 | * @see RRset |
| 740 | */ |
| 741 | public void |
| 742 | flushName(Name name) { |
| 743 | removeName(name); |
| 744 | } |
| 745 | |
| 746 | /** |
| 747 | * Sets the maximum length of time that a negative response will be stored |
nothing calls this directly
no test coverage detected