class AWS::Core::ResourceCache

def cached?(key, attribute)

def cached?(key, attribute)
  attributes = @cache[key] and attributes.has_key?(attribute)
end