0

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.

G dangi
  • 188
  • 7
  • 19

1 Answers1

2

Of course! Here's an example.

Sebastian Łaskawiec
  • 2,667
  • 15
  • 33