Liking cljdoc? Tell your friends :D

Ring-Cache-Buster

Build Status

Ring middleware for preventing caching.

This middleware adds a Cache-Control header to all wrapped responses that instruct others to never cache the generated response. This affects both edge caches and browser caches.

Installation

Add the following dependency to your project.clj:

[ring/ring-ssl "0.1.0"]

License

Copyright © 2014 Listora

Released under the MIT license, same as Ring.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close