class Tins::LRUCache

def each(&block)

def each(&block)
  @data.reverse_each(&block)
end