Table of Contents

DocumentCacheInfo.CacheCopyKey Property

Definition

Namespace
GleamTech.DocumentUltimate.Caching
Assembly
GleamTech.DocumentUltimate.dll

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 GleamTech.FileProviders.StreamFileProvider, GleamTech.FileProviders.MemoryFileProvider, GleamTech.FileProviders.TemporaryFileProvider. so that your source is available out of the context of your page that hosts DocumentViewer.

[JsonProperty]
public FileCacheKey CacheCopyKey { get; }

Property Value

FileCacheKey