Skip to content

A Grails plugin that provides declarative caching and flushing for service methods and page fragments using annotations.

License

Notifications You must be signed in to change notification settings

delight/grails-springcache

 
 

Repository files navigation

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 or taglibs.
  • Cache flushing when Spring bean methods or controller actions are invoked.

The plugin depends on the EhCache and EhCache-Web libraries.

Full documentation can be found here.

About

A Grails plugin that provides declarative caching and flushing for service methods and page fragments using annotations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 99.1%
  • JavaScript 0.9%