| 34 | { |
| 35 | public: |
| 36 | void InsertKey(Key const & key) { m_keyAge.InsertKey(key); } |
| 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(); } |