←Select platform

CacheName Property

Summary

The name of the cache owner of this document.

Syntax
C#
VB
C++
public string CacheName { get; } 
Public ReadOnly Property CacheName() As String 
   Get 
public:  
   property String^ CacheName 
   { 
      String^ get() 
   } 

Property Value

The name of the cache owner of this document. The default value is null.

Remarks

CacheName is helpful to quickly determine the owner cache of a document if the system is using multiple caches. If this LEADDocument is stored in a cache, then the value of CacheName will be set to the value of ObjectCache.Name.

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.