lib/wirispluginengine/integration/cleancache.rb in wirispluginengine-3.62.0.1322 vs lib/wirispluginengine/integration/cleancache.rb in wirispluginengine-7.14.0.1422

- old
+ new

@@ -1,8 +1,8 @@ -class CleanCache - def dispatch(request, response, provider, pb) - cleanCache = pb.newCleanCache() - cleanCache.init(provider) - response.content_type = cleanCache.getContentType(); - return cleanCache.getCacheOutput() - end -end +class CleanCache + def dispatch(request, response, provider, pb) + cleanCache = pb.newCleanCache() + cleanCache.init(provider) + response.content_type = cleanCache.getContentType(); + return cleanCache.getCacheOutput() + end +end