Skip to contents

Returns information about the current subjects cache.

Usage

wk_cache_info()

Value

List with cache information including existence, size, and modification time

Examples

if (FALSE) { # \dontrun{
# Check cache status
cache_info <- wk_cache_info()
print(cache_info)
} # }