←Select platform

GetCache Method

Summary

Gets the cache object used with by this document.

Syntax
C#
VB
C++
Java
public ObjectCache GetCache() 
Public Function GetCache() As ObjectCache 
public:  
   ObjectCache^ GetCache() 
public ObjectCache getCache() 

Return Value

The cache object used with by this document.

Remarks

This method will throw an exception of the document does not use caching.

The object returned is the same instance passed to LoadDocumentOptions.Cache or CreateDocumentOptions.Cache used when creating this document.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly