get_runtime_caches {connectapi} | R Documentation |
Get runtime caches
Description
View the runtime caches on a Connect server. Requires Administrator privileges.
Usage
get_runtime_caches(client)
Arguments
client |
A |
Value
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"
.
See Also
Other server management functions:
delete_runtime_cache()
Examples
## Not run:
client <- connect()
get_runtime_caches(client)
## End(Not run)
[Package connectapi version 0.7.0 Index]