java - How to configure Amazon Elasticache with Hibernate second level cache (Hibernate 5.0.7 & Wildfly 10.0.0) -


i want configure hibernate's second level cache use aws elasticache (currently trying use memcached). i've looked @ things this, can't seem work.

in hibernate 5.0 docs, says wildfly automatically configures hibernate's second level cache use inifinispan. there easy way disable this? configuring cache use elasticache (correctly) override this?

how can configure cache use memcached in hibernate 5? several places set property "hibernate.cache.provider_class" hibernate 5.0 docs property "hibernate.cache.region.factory_class" needs set determine provider use. old versions of hibernate-memcached (like this) still usable?


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -