(Quick Reference)

gemfire-generate

Purpose

Generates a cache.xml file for the current Grails configuration that an be used to start cache servers.

Examples

Creates target/cache.xml:

$ grails gemfire-generate

Description

When using cache servers you'll need to setup an appropriate cache region configuration. This command will do that for you by generated a target/cache.xml file (which you can copy to grails-app/conf if you wish to customize it further).