Updating KVM Value update

We have a KVM and it's set to expiry every 24 hours. But when we want to update any value in KVM using management API, new value is not getting updated till 24 hours from cache. Is there any way to force update the KVM value from cahce

0 1 145
1 REPLY 1

> We have a KVM and it's set to expiry every 24 hours.

No you don't. KVM entries do not expire. It sounds like you have ExpiryTimeInSecs set to 24 hours, which is not the same thing at all.

> Is there any way to force update the KVM value from cahce.

Not reliably. I think

<Put override="true">

On a KeyValueMapOperations policy in another proxy will be closer to what you want, but even then it's not 100% reliable.

I would suggest re-examining why you have a 24-hour L1 cache on your KVM policy.