1 Reply Latest reply on Jun 1, 2015 9:56 AM by jholusa

    Is there is any default cache store in Infinispan ?

    capoorhimanshu

      Hi ,

       

      I am new to infinispan and I understand the concept of cache loader and cache store. Cache loader is something which loads the data in memory from persistent store and based on the setting of cache store , eviction and passivation data is persisted and loaded back to memory....

       

      My question is

       

      Is there is any default cache store ? i.e. if I do not mention anything regarding cache store and loader in named cache section of setting , what's the default behaviour ?

      Is it all memory by default ? Means if all memory is consumed out of memory exception will be thrown ? If application exits all data will be lost ?