Skip to content

grails-plugins/grails-cache-ehcache

Repository files navigation

🧩 Grails Cache Ehcache Plugin

Maven Central CI

Makes Ehcache the cache implementation for the Grails Cache Plugin

🚀 Quick Start

Add the dependency to your build.gradle:

Grails 7

dependencies {
   implementation "org.grails.plugins:cache-ehcache:5.0.0-RC1"
}

Grails 3+

dependencies {
   compile "org.grails.plugins:cache-ehcache:3.0.0"
}

📖 Documentation

Full documentation is available at the project documentation site.

Branches

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.

About

Grails Cache Ehcache Plugin

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors