Table of Contents

DocumentCache.LoadCacheInfo Method

Definition

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

Loads the cache info for a document that was saved before, from the actual cache.

public DocumentCacheInfo LoadCacheInfo(FileCacheKey cacheInfoKey, bool throwIfNotExists = true, bool ignoreDeserializationErrors = false)

Parameters

cacheInfoKey FileCacheKey

The cache key for the DocumentCacheInfo object.

throwIfNotExists bool

If true, throws exception when cache info file is not found, if false returns null.

ignoreDeserializationErrors bool

If true, deserialization errors will ignored.

Returns

DocumentCacheInfo

A DocumentCacheInfo instance.