←Select platform

GetCacheKeys Method (Document)

Summary

Get the cache keys used by this document.

Syntax

C#
VB
Java
C++
public System.Collections.Generic.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize