class AWS::Core::ResourceCache

def store(key, attributes)

def store(key, attributes)
  (@cache[key] ||= {}).merge!(attributes)
end