/** flush (clear) the cache */ inline void Flush() { m_map.Clear(); m_heap.Clear(); }
/** flush (clear) the cache */ FORCEINLINE void Flush() { m_map.Clear(); m_heap.Clear(); }