Skip to contents

Lists the source metadata currently stored in ONgeoR's on-disk cache.

Usage

list_cache()

Value

A tibble::tibble() with columns source_name, retrieved_at, age_days, file_size_kb – one row per cached entry.

Examples

if (FALSE) { # \dontrun{
# Not run: list_cache() creates the cache directory as a side effect.
list_cache()
} # }