cacheName Property

Summary

The name of the cache owner of this document.

Syntax
TypeScript
JavaScript
Object.defineProperty(CacheInfo.prototype, 'cacheName', 
   get: function(), 
   set: function(value) 
) 
cacheName: string; 

Property Value

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

Remarks

The cacheName is a helpful property to quickly determine 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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