get_runtime_caches {connectapi} | R Documentation |
View the runtime caches on a Connect server. Requires Administrator privileges.
get_runtime_caches(client)
client |
A |
A tibble of runtime caches on the server, showing language
,
version
and image_name
. For Connect servers not using off-host execution,
image_name
is "Local"
.
Other server management functions:
delete_runtime_cache()
## Not run:
client <- connect()
get_runtime_caches(client)
## End(Not run)