class LRUHash

def clear

def clear
  @lock.synchronize { @table.clear }
end