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

    remove_lru
    super
    touch(key)

    value
  end