hi guys
I am integrating Hibernate with ehcache 2.2
in my ehcache.xml file do i need to include these two entries?
<cacheManagerPeerProviderFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory" properties="peerDiscovery=automatic, multicastGroupAddress=256.4.0.1, multicastGroupPort=4449, timeToLive=32"/> <cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" properties="hostName=localhost, port=40006, socketTimeoutMillis=2056"/>
If anyone can explain what these two entries mean that will be great.
thanks
|