# File lib/more/facets/memoizer.rb, line 55
  def self.cache(object)
    new(object)
  end