| 1053 | |
| 1054 | |
| 1055 | bool FetcherProcess::Cache::contains( |
| 1056 | const Option<string>& user, |
| 1057 | const string& uri) const |
| 1058 | { |
| 1059 | const string key = cacheKey(user, uri); |
| 1060 | return table.contains(key); |
| 1061 | } |
| 1062 | |
| 1063 | |
| 1064 | bool FetcherProcess::Cache::contains( |
no test coverage detected