initSidebarItems({"enum":[["Entry","A view into a single entry in an LRU cache, which may either be vacant or occupied."]],"struct":[["Iter","An iterator over an `LruCache`'s entries that updates the timestamps as values are traversed."],["LruCache","Implementation of LRU cache."],["OccupiedEntry","An occupied Entry."],["PeekIter","An iterator over an `LruCache`'s entries that does not modify the timestamp."],["VacantEntry","A vacant Entry."]]});