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