Returns a tibble describing all currently cached entries, including the cache key (endpoint + parameters), row count, timestamp and age. Useful for understanding what is cached and when it will expire.
Value
A tibble with columns key, rows,
cached_at and age_secs, or an empty tibble if the cache is empty.
The cache TTL is controlled by getOption("tceper.cache_ttl", 3600).