DocumentCacheInfo Class

Represents the cache information for a document.

Definition

Namespace: GleamTech.DocumentUltimate.Caching
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public class DocumentCacheInfo
Inheritance
Object    DocumentCacheInfo

Properties

CacheCopyKey Gets the cache key for the copy of the source. This key is used only when the source needs to be serialized. The source stream is copied to the cache folder for serialization. This is currently done when you use non-serializable file providers like StreamFileProvider, MemoryFileProvider, TemporaryFileProvider. so that your source is available out of the context of your page that hosts DocumentViewer.
CacheInfoKey Gets the cache key for this DocumentCacheInfo object.
CachePdfKey Gets the cache key for PDF. This key corresponds to the cache item which is the first step of the conversion: Source -> PDF. This format is used both as an input to XPZ and as the file for "Download as PDF" button.
CacheSourceKey Gets the cache key for the source. This is the parent key and is unique for a document. This key is used in subfolder names in the cache folder to group outputs for the same input.
CacheXpzKey Gets the cache key for XPZ. This key corresponds to the cache item which is the second step of the conversion: PDF -> XPZ. This format is the web-friendly format used by the DocumentViewer.

See Also