# File lib/facets/more/lrucache.rb, line 59
  def [](key)
    if item = super
      return lru_touch(item)
    end
  end