| 300 | } |
| 301 | |
| 302 | Slice Value(const UniqueHandle& handle) const override { |
| 303 | return reinterpret_cast<HandleBase*>(handle.get())->value(); |
| 304 | } |
| 305 | |
| 306 | UniqueHandle Insert(UniquePendingHandle handle, |
| 307 | Cache::EvictionCallback* eviction_callback) override { |