memcached « cfg « JPA Q&A





1. How do I configure my nhibernate project to use memcached in the hibernate.cfg.xml?    stackoverflow.com

I am trying to configure the hibernate.cfg.xml file to use memcache. I see the properties "cache.provider_class" and "cache.use_second_level_cache" however I do not see how I can add the server host/port. ...