Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 860 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 860 Bytes

Build Status

Grails Cache Headers Plugin

his plugin helps you Improve your application performance with browser caching, with easy ways to set caching headers in controller responses, and elegant ways to deal with ETag and Last-Modified generation and checking. You can use this plugin to prevent caching of pages (eg forms), specify long term caching on infrequently changing content, and pass information to caching servers between the client and your app, and also to avoid regeneration of content if it has not changed since the client last downloaded it (even though the client may have an indication it has expired).

See the documentation for more information