powered by
Reports the current number and size of cached items in memory and on disk.
pc_cache_info(cache_dir = NULL)
A one-row tibble with memory and disk cache diagnostics.
Cache directory. If `NULL`, uses configured cache directory.
This is a lightweight diagnostic utility for validating cache behavior in long-running workflows and CI jobs.
pc_cache_info(cache_dir = tempdir())
Run the code above in your browser using DataLab