| 598 | } |
| 599 | |
| 600 | Slice Value(const UniqueHandle& handle) const override { |
| 601 | return reinterpret_cast<const RLHandle*>(handle.get())->value(); |
| 602 | } |
| 603 | |
| 604 | UniqueHandle Insert(UniquePendingHandle handle, |
| 605 | Cache::EvictionCallback* eviction_callback) override { |