Skip to content

grails-plugins/cache-headers

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 41 commits ahead, 1 commit behind Grailsrocks:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Distribution

Software is distributed in Bintray

About

Grails Cache Headers Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 73.0%
  • Shell 20.3%
  • Batchfile 6.7%