class LRUHash

def size

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