"map" is the backing store used to hold key->(index,value) pairs.
"map" is the backing store used to hold key->(index,value) pairs. The index tracks the access time for a particular key. "ord" is used to determine the Least-Recently-Used key in "map" by taking the minimum index.