Makes Ehcache the cache implementation for the Grails Cache Plugin
Add the dependency to your build.gradle:
dependencies {
implementation "org.grails.plugins:cache-ehcache:5.0.0-RC1"
}dependencies {
compile "org.grails.plugins:cache-ehcache:3.0.0"
}Full documentation is available at the project documentation site.
The current master branch is 5.0.x for the version of the plugin compatible with Grails 7.
4.0.x branche is an unpublished Grails 6 version.
3.0.x branch is for the version of the plugin compatible with Grails 3 to 6.
1.x branch is for versions of the plugin compatible with Grails 2.
Please submit any pull requests to the appropriate branch.
Changes to the older branches will be merged into the master branch if appropriate.