# File lib/facets/more/lrucache.rb, line 52
  def initialize(max_items)
    @max_items = max_items
    lru_clear()
  end