Skip to contents

Returns the number of cached file fingerprints and the file paths tracked. The file state cache avoids redundant re-hashing of unchanged files within the same R session, but grows unbounded. Use cache_file_state_clear() to free memory.

Usage

cache_file_state_info()

Value

A list with n_entries (integer) and paths (character vector).