# File lib/facets/more/cache.rb, line 61
  def initialize(object)
    @self = object
    @cache = {}
  end