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
cacheInfoKeyFileCacheKeyThe cache key for the DocumentCacheInfo object.
throwIfNotExistsboolIf true, throws exception when cache info file is not found, if false returns null.
ignoreDeserializationErrorsboolIf true, deserialization errors will ignored.
Returns
- DocumentCacheInfo
A DocumentCacheInfo instance.