All the options listed are important cache metrics:
- Cache Hit: Measures how often the requested data is found in the cache.
- Cache Miss: Measures how often the requested data is not found in the cache, requiring access to a slower memory level.
- Cache Access Time: Measures the time it takes to retrieve data from the cache.
These metrics help in evaluating and optimizing the performance of a cache memory system.