# File lib/rufus/lru.rb, line 213
    def initialize(maxsize, opts={})

      super
      @mutex = Mutex.new
    end