Skip to contents

Lists every cache entry by source, with file size and modification timestamp. Useful for figuring out where the disk space went or for confirming a fresh run hit the cache.

Usage

pr_tree_cache_status()

Value

A data.frame (sorted by most recent first) with columns source, hash, size_kb, modified. Returns an empty data frame with the same columns when the cache is empty.

Examples

pr_tree_cache_status()
#> [1] source   hash     size_kb  modified
#> <0 rows> (or 0-length row.names)