Sha256: 407dfefc5ab40e36a9b60e08f3f670d5d156be70caee592ebe438f2a8e7e23c6
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
class CleanCache def dispatch(request, response, provider, pb) cleanCache = pb.newCleanCache() cleanCache.init(provider) response.content_type = cleanCache.getContentType(); return cleanCache.getCacheOutput() end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wirispluginengine-3.62.0.1322 | lib/wirispluginengine/integration/cleancache.rb |