0 Replies Latest reply on Nov 8, 2013 5:27 PM by lives_78

    remote cache key

    lives_78

      We would like to view the keys stored in the infinispan cache. We have configured JdbcStringBasedCacheStore and the key and value are stored in DB as well.

      When we select the keys from cache table , it is in byte[]. Tried using jboss unmarshaler , to get the actual key but its throwing java.io.IOException: Unsupported protocol version 63

      If anyone has tried to view the keys stored in infinispan cache , please help.

      We are using remote hot rod server - since the keySet API is documented as a costly operation , we want to view the keys in a screen by directly reading from DB.