3 Replies Latest reply on Nov 5, 2012 8:07 AM by pacificocean0511

    How to acquire from Infinispan by the small number of times of communication

    pacificocean0511

      I would like to realize the following by Infinispan

      It stores. objectCache.put (object.getId(), object);

      it is 100 times about the above.

      It acquires. objectCache.get(1111);

      A thing to acquire 20 times like ; is specified. In this case, in client-server mode, network communication will occur 20 times. Please teach me the access method (or the method of shortening communication time greatly) that this number of times of communication is reduced.