R/cache.R
njsd_cache_info.Rd
Returns information about the current cache state including number of items, memory usage, and hit/miss statistics.
njsd_cache_info()
A list with cache information
njsd_cache_info() #> njschooldata Session Cache #> ========================== #> Status: Enabled #> Items: 0 #> Memory: 0.00 MB #> Cache hits: 0 #> Misses: 0