←Select platform

GetCacheKeys Method

Summary

Get the cache keys used by this document.

Syntax
C#
VB
C++
Java
public ISet<string> GetCacheKeys() 
Public Function GetCacheKeys() As System.Collections.Generic.ISet(Of String) 
public:  
   System::Collections::Generic::ISet<String^>^ GetCacheKeys() 
public Set<String> getCacheKeys() 

Return Value

Set of all possible cache keys used by this document.

Remarks

This method returns a set of strings containing the cache item keys that can be used by this document when it is saved into the cache. The set of keys contain every combination that can be used by this document and may contain values that are not yet saved into the cache.

Refer to AutoDeleteFromCache for more information.

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.