Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::MediaTable::TableViewCache::UpdateLRU ( int  index  )  [inline]

Definition at line 182 of file TableViewCache.h.

References mLRU.

Referenced by GetUnusedIndexFromCache().

00183     {
00184         mLRU.remove(index);
00185         mLRU.push_back(index);
00186     }


Generated on Thu Jan 13 09:15:36 2011 for ImpalaSrc by  doxygen 1.5.1