Returns information about the current state of the fmridataset cache, including size, number of objects, hit/miss rates, and memory usage.
Examples
if (FALSE) { # \dontrun{
# Get cache information
cache_info <- fmri_cache_info()
print(cache_info)
} # }