From dd0329d490a905eaf2f2d726845d55b4de92a073 Mon Sep 17 00:00:00 2001 From: Hal Blackburn Date: Sat, 31 Oct 2015 14:59:15 +0000 Subject: [PATCH] Mention ability to enable caching in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 37eb90f..7b144e8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ This loader is also useful if you want to provide data for another loader: require("css!val!./generateCss.js"); ``` +## Caching + +If the result of executing the module is deterministic you can enable caching +by adding the `cacheable` query parameter. + ## License MIT (http://www.opensource.org/licenses/mit-license.php) \ No newline at end of file