←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.