| 389 | } |
| 390 | |
| 391 | Action * |
| 392 | CacheProcessor::remove(Continuation *cont, const CacheKey *key, CacheFragType frag_type, const char *hostname, int host_len) |
| 393 | { |
| 394 | Dbg(dbg_ctl_cache_remove, "[CacheProcessor::remove] Issuing cache delete for %u", cache_hash(*key)); |
| 395 | return caches[frag_type]->remove(cont, key, frag_type, hostname, host_len); |
| 396 | } |
| 397 | |
| 398 | Action * |
| 399 | CacheProcessor::scan(Continuation *cont, char *hostname, int host_len, int KB_per_second) |
no test coverage detected