What kind of DB support does Infinispan offer? -



What kind of DB support does Infinispan offer? -

i don't want utilize infinispan info source. kind of db back upwards offered? hibernate 2nd-level cache necessary?

infinispan can configured persistent cache loader , amongst supported options, jdbc based cache stores supported. can find them, including jdbc one, in https://docs.jboss.org/author/display/ispn/cache+loaders+and+stores - there're sample configurations there too.

infinispan

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -