class Tins::LRUCache

def delete(key)

def delete(key)
  @data.delete(key)
end