Skip to contents

Report current cache configuration and basic stats.

Usage

nso_cache_status()

Value

A list with enabled, dir, and has_cache.

Examples

nso_cache_status()
#> $enabled
#> [1] FALSE
#> 
#> $dir
#> [1] "/tmp/RtmpXS9XqZ"
#> 
#> $has_cache
#> [1] TRUE
#>