←Select platform

EnumerateKeys Method (FileCache)

Summary

Enumerates all the items in a region.

Syntax

C#
VB
Java
C++
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

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