Apigee edge Cache Performance No Data to show

Not applicable

Hi All,

I Created an API proxy on apigee edge (onPrem installation), in my proxy I m using a PopulateCache/LookupCache policy with :

<CacheResource>my_cache</CacheResource>

And I created the cache my_cache on my environment, and every thing is working as expected, and I can see the cache been used in Trace.

But we can not see any data when we check the Analytics->Cache Performance

Thanks

my_cache


Description my cache
Expiration Type Timeout in Seconds
Timeout in Seconds 300
Maximum Elements in Memory 100000
In Memory Size in KB 256
Skip if Element Size in KB Exceeds 512
Solved Solved
1 2 378
1 ACCEPTED SOLUTION

@Miloud Haimoune - AFAIK Analytics is only logging cache operations from ResponseCache policy (http://apigee.com/docs/api-services/reference/response-cache-policy) - not from PopulateCache or LookupCache policies unfortunately.

View solution in original post

2 REPLIES 2

@Miloud Haimoune - AFAIK Analytics is only logging cache operations from ResponseCache policy (http://apigee.com/docs/api-services/reference/response-cache-policy) - not from PopulateCache or LookupCache policies unfortunately.

Thanks for the quick reply