How to configure Ehcache 3 in cluster mode, for Hibernate second level cache?

I want to use Ehcache 3 in cluster mode, for Hibernate Second Level Cache. At deployment level, there will be a dedicated process to host the Hibernate Second Level Cache, and other application processes(will not store any cache data) communicate to that dedicated process, to get the required data. I could not find any detailed documentation to meet the above requirement. I request you all to please help me in achieving the above configuration.