Update (4/2016): Hazelcast version is upgraded to 3.6.2.
Just add the following dependency under the dependencies block in your project's build.gradle:
compile "org.grails.plugins:hazelgrails:1.0.2"
You can configure hazelcast in details:
For available options have a look at: http://docs.hazelcast.org/docs/3.6/manual/html-single/index.html#hazelcast-configuration
To use Hazelcast as Hibernate 2nd Level Cache, add the following line to application.groovy:
cache.region.factory_class = 'com.hazelcast.hibernate.HazelcastCacheRegionFactory'
See: http://blog.hazelcast.com/distribute-grails-with-hazelcast/
See: [https://github.com/rohitbishnoi/hazelcast-test] (https://github.com/rohitbishnoi/hazelcast-test)