Removes all elements from this cache
()
| 268 | |
| 269 | /** Removes all elements from this cache */ |
| 270 | public void clear() { |
| 271 | cacheLineTable.clear(); |
| 272 | keyLRUList.clear(); |
| 273 | clearCounters(); |
| 274 | } |
| 275 | |
| 276 | /** Removes all elements from this cache */ |
| 277 | public void clearAllCaches() { |
no test coverage detected