Populate Cache Policy Validation

Hi Team,

Currently am working on Populate Cache policy.

Could you please anybody suggest me how to validate the Populate cache policy means how can we know the status whether the data is stored or not.

In Lookup cache we know the status like

lookupcache.GetCache.cachehit=true

Thanks in Advance.

0 4 146
4 REPLIES 4

Not applicable

@VENKATA LAKSHMI KONDAPALLI,

Variable 'populatecache.[policy_name].failed' will be set as 'true'. Pl ref docs for detail.

Thank You Rdoda.

I will work on it.

Not applicable

Hi @VENKATA LAKSHMI KONDAPALLI, As @rdoda mentioned look for 'populatecache.[policy_name].failed or entrycannotbecached fault variables or you can say that the data is stored if the policy succeeds.

Note: If the size of the data you are storing > 512kb, you might not see the data when you do a lookup cache even though the populatecache succeeds as there is a size limitation on L2 cache but not on L1 as L1 is not persistent.

Ok. Thanks for your information Maruti.