# File lib/rufus/lru.rb, line 219
    def [](key)

      @mutex.synchronize { super }
    end