Skip to content

Update Run Cache

omics_update_run_cache R Documentation

Update a run cache

Description

Update a run cache.

Usage

omics_update_run_cache(cacheBehavior, description, id, name)

Arguments

cacheBehavior

Update the default run cache behavior.

description

Update the run cache description.

id

[required] The identifier of the run cache you want to update.

name

Update the name of the run cache.

Value

An empty list.

Request syntax

svc$update_run_cache(
  cacheBehavior = "CACHE_ON_FAILURE"|"CACHE_ALWAYS",
  description = "string",
  id = "string",
  name = "string"
)