←Select platform

EnumerateKeys Method

Summary

Enumerates all the items in a region.

Syntax
C#
VB
C++
Java
public override void EnumerateKeys( 
   string region, 
   EnumerateCacheEntriesCallback callback 
) 
Public Overrides Sub EnumerateKeys( 
   ByVal region As String, 
   ByVal callback As EnumerateCacheEntriesCallback 
) 
public:  
   virtual void EnumerateKeys( 
      String^ region, 
      EnumerateCacheEntriesCallback^ callback 
   ) override 
@Override 
public void enumerateKeys(String region, EnumerateCacheEntriesCallback callback) 

Parameters

region

Optional region name.

callback

Occurs for each item found in the region. The entry parameter of callback will contain

the key name.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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