←Select platform

GetCache Method

Summary

Gets the cache object used with by this document.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly