| 355 | |
| 356 | template <typename key_t, typename value_t> |
| 357 | size_t MemoryConstrainedLRUCache<key_t, value_t>::MaxNumBytes() const { |
| 358 | return max_num_bytes_; |
| 359 | } |
| 360 | |
| 361 | template <typename key_t, typename value_t> |
| 362 | bool MemoryConstrainedLRUCache<key_t, value_t>::Exists(const key_t& key) const { |