DocumentCacheLoadCacheInfo Method
Loads the cache info for a document that was saved before, from the actual cache.
Namespace: GleamTech.DocumentUltimate.CachingAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public DocumentCacheInfo LoadCacheInfo(
FileCacheKey cacheInfoKey,
bool throwIfNotExists = true,
bool ignoreDeserializationErrors = false
)
Public Function LoadCacheInfo (
cacheInfoKey As FileCacheKey,
Optional throwIfNotExists As Boolean = true,
Optional ignoreDeserializationErrors As Boolean = false
) As DocumentCacheInfo
- cacheInfoKey FileCacheKey
- The cache key for the DocumentCacheInfo object.
- throwIfNotExists Boolean (Optional)
- If true, throws exception when cache info file is not found, if false returns null.
- ignoreDeserializationErrors Boolean (Optional)
- If true, deserialization errors will ignored.
DocumentCacheInfoA
DocumentCacheInfo instance.