Get statistics about cache usage including hit rate, entry counts, and sizes.
Value
A list with cache statistics:
enabled: Logical, whether caching is enabledhits: Integer, number of cache hitsmisses: Integer, number of cache misseshit_rate: Numeric, proportion of requests served from cachememory_entries: Integer, entries in memory cache (if available)disk_entries: Integer, entries in disk cache (if available)
