class Cloudinary::Cache::BreakpointsCache

def options_to_parameters(options)

def options_to_parameters(options)
  options = Cloudinary::Utils.symbolize_keys options
  transformation = Cloudinary::Utils.generate_transformation_string(options)
  upload_type = options[:type] || 'upload'
  resource_type = options[:resource_type] || 'image'
  format = options[:format] || ""
  [upload_type, resource_type, transformation, format]
end