0 Replies Latest reply on Dec 10, 2012 3:54 PM by csamson

    Infinispan configuration for persistent data store without caching in memory

    csamson

      Hi,

       

      Is it posible to have a configuration example that would let us use infinispan to write binary entries in the cache store without keeping them in memory ?

       

      We have configured JDBC cache store

       

      org.infinispan.loaders.jdbc.mixed.JdbcMixedCacheStore

       

      Which woks perfectly but would like to avoid having memory issues and the content does not have to be kept in memory

       

       

      Thanks