| 37 | void UpdateAge(Key const & key) { m_keyAge.UpdateAge(key); } |
| 38 | Key const & GetLruKey() const { return m_keyAge.GetLruKey(); } |
| 39 | void RemoveLru() { m_keyAge.RemoveLru(); } |
| 40 | bool IsValid() const { return m_keyAge.IsValidForTesting(); } |
| 41 | |
| 42 | size_t GetAge() const { return m_keyAge.m_age; } |