ActionCache timing + hit/miss metrics
Description
This MR adds some simple metrics for the ActionCache
, which didn't previously have any. It publishes a metric for how long GetActionResult
/UpdateActionResult
takes, as well as a count for cache hits and cache misses.