# File lib/facets/more/lrucache.rb, line 83
  def clear
    super
    lru_clear()
  end