R/cache.R
nso_cache_status.Rd
Report current cache configuration and basic stats.
nso_cache_status()
A list with enabled, dir, and has_cache.
enabled
dir
has_cache
nso_cache_status() #> $enabled #> [1] FALSE #> #> $dir #> [1] "/tmp/RtmpXS9XqZ" #> #> $has_cache #> [1] TRUE #>