Using the WebCache Service

The WebCache service can be utilized using either of the following methods:

  1. CacheContent method allows you to cache any type of content including report output (RDF files) and export filters byte array output. The CacheContent method specifies the content type and the ISAPI filter would serve the cached items with the content and header specified in this method.
  2. Excel and PDF Export Filters expose an ExportWebCache method that allows a direct export into the WebCache service objects and returns the proper cache item ids to redirect the client browser.