Response cache hit/miss metrics

Is there a way to get the cache metrics for the responses cached through Proxy Cache plugin like below -

  1. Number of times response returned from cache (cache hit) per route/service.
  2. Number of times request was proxied to upstream (cache miss) per route/service.

Can we get this metrics from Prometheus plugin or some other way?