I am using the infinispan cache map in a java project to store my values in key/value format.
Can we iterate over these cache map like we iterate java Maps.
I need these cache map values/keys later for different operations.
I am using the infinispan cache map in a java project to store my values in key/value format.
Can we iterate over these cache map like we iterate java Maps.
I need these cache map values/keys later for different operations.