commit | bdb917d2f8dff89ad7b13d1a2e89d261ec827919 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Dec 01 12:24:34 2008 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Dec 01 12:24:34 2008 -0800 |
tree | 1e7988e32474e59bfbd12a6ba0c0a2406fcfb302 | |
parent | 6293d6f0c8a197a64d49c250b0c600d425f3a90b [diff] |
Define a filter to force GWT compiler output to be cached indefinitely GWT output can be cached essentially forever, as any change to the content will cause a change in the URL, resulting in a different resource to be loaded, and a cache miss. Setting the cache time to a full year gives plenty of flexibility to edge caches to avoid even revalidating their cache entries before serving them. Signed-off-by: Shawn O. Pearce <sop@google.com>