←Select platform

CacheName Property

Summary

The name of the cache owner of this document.

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

Property Value

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

Remarks

CacheName is a helpful property for quickly determining the name of the cache owner 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.