Spring Cache Plugin
2% of Grails users
Dependency :
compile ":springcache:1.3.1"
Summary
Provides annotation-driven caching of service methods and page fragments.
Installation
For Grails 1.2.0-M3 and up...
grails install-plugin springcache
For older Grails versions...
grails install-plugin springcache 1.0.1
Description
This plugin is no longer maintained. It has been superseded by the Cache plugin which is developed and supported by SpringSource.
Springcache Plugin
The Springcache plugin allows you to easily add the following functionality to your Grails project:- Caching of Spring bean methods (typically Grails service methods).
- Caching of page fragments generated by Grails controllers.
- Cache flushing when Spring bean methods or controller actions are invoked.