Cache Performance for custom cache

@Dino-at-Google, @Anil Sagar @ Google

Is there a way to find out cache performance for custom cache resource ? We are able to see cache performance for response cache , but we are not able to see analytics data for any of our custom cache in both out of the box analytics reports as well as custom reports created for cache resource.

0 3 202
3 REPLIES 3

I'd suggest taking a trace for a point-in-time reference. If you need longer, analytics based data then you might be able to do something with a custom analytics metric.

@Dino-at-Google, @Anil Sagar @ Google:

Any comments on this ?

Not applicable

I would suggest you to use a no target proxy and configure the lookup cache and populate cache policy. First store a particular service callout response information in the cache and the next time get that info from the cache instead of hitting the service callout. You will be bale to see the time difference.