Flushes an RRset from the cache @param name The name of the records to be flushed @param type The type of the records to be flushed @see RRset
(Name name, int type)
| 729 | * @see RRset |
| 730 | */ |
| 731 | public void |
| 732 | flushSet(Name name, int type) { |
| 733 | removeElement(name, type); |
| 734 | } |
| 735 | |
| 736 | /** |
| 737 | * Flushes all RRsets with a given name from the cache |
nothing calls this directly
no test coverage detected