0 Replies Latest reply on Sep 22, 2016 5:59 PM by las2k

    Infinispan local cache with database (table) as source of data

    las2k

      My source of data is an application table containing key-value pairs in RDBMS. I am using infinispan embedded in memory cache in my application. Can i pre-load the cache with data from the database table. If i say cache.put(), how can i have infinispan automatically insert to underlying application table? Is this use case possible?