1 Reply Latest reply on Aug 31, 2012 7:25 PM by mircea.markus

    Get all values from infinispan cache.

    nikhil_joshi

      In our application, in general case we retrieve the data from cache by passing key.

      However in one scenario we want to fetch all the values from same cache regardless of key.  

       

      Since values() method is not recommended and not reliable . Is there any other way to do this?

       

      We are using distributed mode on clustered environment.