| 219 | } |
| 220 | |
| 221 | void SetMetrics(CacheMetrics* metrics) { metrics_ = metrics; } |
| 222 | |
| 223 | Cache::Handle* Insert(RLHandle* handle, Cache::EvictionCallback* eviction_callback); |
| 224 | // Like Cache::Lookup, but with an extra "hash" parameter. |
no outgoing calls