438439440441442443444
* Handler that sets the headers that disable caching of the response * @param next The next handler * @return The handler */ public static HttpHandler disableCache(final HttpHandler next) { return new DisableCacheHandler(next); }
474475476477478479480
492493494495496497498
478479480481482483484
476477478479480481482
475476477478479480481