class CleanCache
Public Instance Methods
dispatch(request, response, provider, pb)
click to toggle source
# File lib/wirispluginengine/integration/cleancache.rb, line 2 def dispatch(request, response, provider, pb) cleanCache = pb.newCleanCache() cleanCache.init(provider) response.content_type = cleanCache.getContentType(); return cleanCache.getCacheOutput() end