# File lib/aws/resource_cache.rb, line 23
    def store(key, attributes)
      (@cache[key] ||= {}).merge!(attributes)
    end