# File vapor/persistencemgr.rb, line 180
    def each_loaded_object
      @object_cache.each_value{ |obj| yield obj }
    end